#DCAB56

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

Shades of Rob Roy #DCAB56

Tints of Rob Roy #DCAB56

Color information

#DCAB56 (or 0xDCAB56) is unknown color: approx Rob Roy. HEX triplet: DC, AB and 56. RGB value is (220,171,86). Sum of RGB (Red+Green+Blue) = 220+171+86=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB56 is #2354A9. Grayscale: #B0B0B0. Windows color (decimal): -2315434 or 5680092. OLE color: 5680092.

HSL color Cylindrical-coordinate representation of color #DCAB56: hue angle of 38.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCAB56 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB22017186-
CMYK00.220.610.14
HSL38.06º65.69%60%-
HSV(B)38.06º60.91%86.27%-
XYZ45.7645.0115.08-
YUV175.9677.23159.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=46.12%
G=35.85%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201718600.220.610.1438.0665.6960
HexDCAB560163DE26423c
Octal33425312602675164610274
Binary1101110010101011101011001011011110111101001101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB56; }

 p { color: rgb(220,171,86); }

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

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

 a { background-color: rgb(220,171,86); }

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

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

 span { border-color: rgb(220,171,86); }

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