#DCAD49

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

Shades of Rob Roy #DCAD49

Tints of Rob Roy #DCAD49

Color information

#DCAD49 (or 0xDCAD49) is unknown color: approx Rob Roy. HEX triplet: DC, AD and 49. RGB value is (220,173,73). Sum of RGB (Red+Green+Blue) = 220+173+73=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD49 is #2352B6. Grayscale: #B0B0B0. Windows color (decimal): -2314935 or 4828636. OLE color: 4828636.

HSL color Cylindrical-coordinate representation of color #DCAD49: hue angle of 40.82º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCAD49 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22017373-
CMYK00.210.670.14
HSL40.82º67.74%57.45%-
HSV(B)40.82º66.82%86.27%-
XYZ45.6645.5812.7-
YUV175.6570.07159.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 73 (28.91% from 255) = 15.67%
R=47.21%
G=37.12%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201737300.210.670.1440.8267.7457.45
HexDCAD4901543E294439
Octal334255111025103165110471
Binary11011100101011011001001010101100001111101010011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD49; }

 p { color: rgb(220,173,73); }

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

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

 a { background-color: rgb(220,173,73); }

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

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

 span { border-color: rgb(220,173,73); }

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