Shades of Rob Roy #DCA853
Tints of Rob Roy #DCA853
RGB
CMYK
RGB Variations
Color information
#DCA853 (or 0xDCA853) is known color: Rob Roy. HEX triplet: DC, A8 and 53. RGB value is (220,168,83). Sum of RGB (Red+Green+Blue) = 220+168+83=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA853 is #2357AC. Grayscale: #AEAEAE. Windows color (decimal): -2316205 or 5482716. OLE color: 5482716.
HSL color Cylindrical-coordinate representation of color #DCA853: hue angle of 37.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCA853 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 83 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.14 |
| HSL | 37.23º | 0.66% | 0.59% | - |
| HSV(B) | 37.23º | 0.62% | 0.86% | - |
| XYZ | 45.08 | 43.85 | 14.27 | - |
| YUV | 173.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 83 | 0 | 0.24 | 0.62 | 0.14 | 37.23 | 0.66 | 0.59 |
| Hex | DC | A8 | 53 | 0 | 18 | 3E | E | 25 | 42 | 3B |
| Octal | 334 | 250 | 123 | 0 | 30 | 76 | 16 | 45 | 102 | 73 |
| Binary | 11011100 | 10101000 | 1010011 | 0 | 11000 | 111110 | 1110 | 100101 | 1000010 | 111011 |
Color Harmonies of #DCA853
Complementary color
Monochromatic Colors of #DCA853
Black with #DCA853
Text Example
Text Example
White with #DCA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA853; }
p { color: rgb(220,168,83); }
H1.HeaderClassName
{
color: #DCA853;
}
.AnyTagClassName
{
color: #DCA853;
}
</style>
background-color css
<style>
a { background-color: #DCA853; }
a { background-color: rgb(220,168,83); }
div.DivClassName
{
background-color: #DCA853;
}
.BgClassName
{
background-color: #DCA853;
}
</style>
border-color css
<style>
span { border-color: #DCA853; }
span { border-color: rgb(220,168,83); }
td.TdClassName
{
border-color: #DCA853;
}
.TagClassName
{
border-color: #DCA853;
}
</style>