Shades of Rob Roy #DCA957
Tints of Rob Roy #DCA957
RGB
CMYK
RGB Variations
Color information
#DCA957 (or 0xDCA957) is known color: Rob Roy. HEX triplet: DC, A9 and 57. RGB value is (220,169,87). Sum of RGB (Red+Green+Blue) = 220+169+87=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA957 is #2356A8. Grayscale: #AFAFAF. Windows color (decimal): -2315945 or 5745116. OLE color: 5745116.
HSL color Cylindrical-coordinate representation of color #DCA957: hue angle of 36.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCA957 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 87 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.14 |
| HSL | 36.99º | 0.66% | 0.6% | - |
| HSV(B) | 36.99º | 0.6% | 0.86% | - |
| XYZ | 45.42 | 44.28 | 15.17 | - |
| YUV | 174.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 87 | 0 | 0.23 | 0.60 | 0.14 | 36.99 | 0.66 | 0.6 |
| Hex | DC | A9 | 57 | 0 | 17 | 3C | E | 25 | 42 | 3C |
| Octal | 334 | 251 | 127 | 0 | 27 | 74 | 16 | 45 | 102 | 74 |
| Binary | 11011100 | 10101001 | 1010111 | 0 | 10111 | 111100 | 1110 | 100101 | 1000010 | 111100 |
Color Harmonies of #DCA957
Complementary color
Monochromatic Colors of #DCA957
Black with #DCA957
Text Example
Text Example
White with #DCA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA957; }
p { color: rgb(220,169,87); }
H1.HeaderClassName
{
color: #DCA957;
}
.AnyTagClassName
{
color: #DCA957;
}
</style>
background-color css
<style>
a { background-color: #DCA957; }
a { background-color: rgb(220,169,87); }
div.DivClassName
{
background-color: #DCA957;
}
.BgClassName
{
background-color: #DCA957;
}
</style>
border-color css
<style>
span { border-color: #DCA957; }
span { border-color: rgb(220,169,87); }
td.TdClassName
{
border-color: #DCA957;
}
.TagClassName
{
border-color: #DCA957;
}
</style>