#DAB256

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

Shades of Rob Roy #DAB256

Tints of Rob Roy #DAB256

Color information

#DAB256 (or 0xDAB256) is unknown color: approx Rob Roy. HEX triplet: DA, B2 and 56. RGB value is (218,178,86). Sum of RGB (Red+Green+Blue) = 218+178+86=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB256 is #254DA9. Grayscale: #B3B3B3. Windows color (decimal): -2444714 or 5681882. OLE color: 5681882.

HSL color Cylindrical-coordinate representation of color #DAB256: hue angle of 41.82º 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 #DAB256 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21817886-
CMYK00.180.610.15
HSL41.82º64.08%59.61%-
HSV(B)41.82º60.55%85.49%-
XYZ46.5147.4215.51-
YUV179.4775.25155.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 86 (33.98% from 255) = 17.84%
R=45.23%
G=36.93%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181788600.180.610.1541.8264.0859.61
HexDAB2560123DF2a403c
Octal33226212602275175210074
Binary1101101010110010101011001001011110111111010101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB256; }

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

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

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

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

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

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

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

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