Shades of Rob Roy #DCA854
Tints of Rob Roy #DCA854
RGB
CMYK
RGB Variations
Color information
#DCA854 (or 0xDCA854) is known color: Rob Roy. HEX triplet: DC, A8 and 54. RGB value is (220,168,84). Sum of RGB (Red+Green+Blue) = 220+168+84=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA854 is #2357AB. Grayscale: #AEAEAE. Windows color (decimal): -2316204 or 5548252. OLE color: 5548252.
HSL color Cylindrical-coordinate representation of color #DCA854: hue angle of 37.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCA854 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 84 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.14 |
| HSL | 37.06º | 0.66% | 0.6% | - |
| HSV(B) | 37.06º | 0.62% | 0.86% | - |
| XYZ | 45.12 | 43.86 | 14.48 | - |
| YUV | 173.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 84 | 0 | 0.24 | 0.62 | 0.14 | 37.06 | 0.66 | 0.6 |
| Hex | DC | A8 | 54 | 0 | 18 | 3E | E | 25 | 42 | 3C |
| Octal | 334 | 250 | 124 | 0 | 30 | 76 | 16 | 45 | 102 | 74 |
| Binary | 11011100 | 10101000 | 1010100 | 0 | 11000 | 111110 | 1110 | 100101 | 1000010 | 111100 |
Color Harmonies of #DCA854
Complementary color
Monochromatic Colors of #DCA854
Black with #DCA854
Text Example
Text Example
White with #DCA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA854; }
p { color: rgb(220,168,84); }
H1.HeaderClassName
{
color: #DCA854;
}
.AnyTagClassName
{
color: #DCA854;
}
</style>
background-color css
<style>
a { background-color: #DCA854; }
a { background-color: rgb(220,168,84); }
div.DivClassName
{
background-color: #DCA854;
}
.BgClassName
{
background-color: #DCA854;
}
</style>
border-color css
<style>
span { border-color: #DCA854; }
span { border-color: rgb(220,168,84); }
td.TdClassName
{
border-color: #DCA854;
}
.TagClassName
{
border-color: #DCA854;
}
</style>