Shades of Rob Roy #DCA849
Tints of Rob Roy #DCA849
RGB
CMYK
RGB Variations
Color information
#DCA849 (or 0xDCA849) is known color: Rob Roy. HEX triplet: DC, A8 and 49. RGB value is (220,168,73). Sum of RGB (Red+Green+Blue) = 220+168+73=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA849 is #2357B6. Grayscale: #ADADAD. Windows color (decimal): -2316215 or 4827356. OLE color: 4827356.
HSL color Cylindrical-coordinate representation of color #DCA849: hue angle of 38.78º 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 #DCA849 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 73 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.14 |
| HSL | 38.78º | 0.68% | 0.57% | - |
| HSV(B) | 38.78º | 0.67% | 0.86% | - |
| XYZ | 44.72 | 43.7 | 12.38 | - |
| YUV | 172.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 73 | 0 | 0.24 | 0.67 | 0.14 | 38.78 | 0.68 | 0.57 |
| Hex | DC | A8 | 49 | 0 | 18 | 43 | E | 27 | 44 | 39 |
| Octal | 334 | 250 | 111 | 0 | 30 | 103 | 16 | 47 | 104 | 71 |
| Binary | 11011100 | 10101000 | 1001001 | 0 | 11000 | 1000011 | 1110 | 100111 | 1000100 | 111001 |
Color Harmonies of #DCA849
Complementary color
Monochromatic Colors of #DCA849
Black with #DCA849
Text Example
Text Example
White with #DCA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA849; }
p { color: rgb(220,168,73); }
H1.HeaderClassName
{
color: #DCA849;
}
.AnyTagClassName
{
color: #DCA849;
}
</style>
background-color css
<style>
a { background-color: #DCA849; }
a { background-color: rgb(220,168,73); }
div.DivClassName
{
background-color: #DCA849;
}
.BgClassName
{
background-color: #DCA849;
}
</style>
border-color css
<style>
span { border-color: #DCA849; }
span { border-color: rgb(220,168,73); }
td.TdClassName
{
border-color: #DCA849;
}
.TagClassName
{
border-color: #DCA849;
}
</style>