#DAB156

Color #DAB156 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DAB156

Tints of Rob Roy #DAB156

Color information

#DAB156 (or 0xDAB156) is unknown color: approx Rob Roy. HEX triplet: DA, B1 and 56. RGB value is (218,177,86). Sum of RGB (Red+Green+Blue) = 218+177+86=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB156 is #254EA9. Grayscale: #B3B3B3. Windows color (decimal): -2444970 or 5681626. OLE color: 5681626.

HSL color Cylindrical-coordinate representation of color #DAB156: hue angle of 41.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAB156 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21817786-
CMYK00.190.610.15
HSL41.36º64.08%59.61%-
HSV(B)41.36º60.55%85.49%-
XYZ46.3247.0215.44-
YUV178.8975.58155.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 86 (33.98% from 255) = 17.88%
R=45.32%
G=36.80%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181778600.190.610.1541.3664.0859.61
HexDAB1560133DF29403c
Octal33226112602375175110074
Binary1101101010110001101011001001111110111111010011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB156; }

 p { color: rgb(218,177,86); }

 H1.HeaderClassName
 {
   color: #DAB156;
 }
 .AnyTagClassName
 {
   color: #DAB156;
 }
</style>
background-color css

<style>
 a { background-color: #DAB156; }

 a { background-color: rgb(218,177,86); }

 div.DivClassName
 {
   background-color: #DAB156;
 }
 .BgClassName
 {
   background-color: #DAB156;
 }
</style>
border-color css

<style>
 span { border-color: #DAB156; }

 span { border-color: rgb(218,177,86); }

 td.TdClassName
 {
   border-color: #DAB156;
 }
 .TagClassName
 {
   border-color: #DAB156;
 }
</style>