Shades of Rob Roy #DCAB59
Tints of Rob Roy #DCAB59
RGB
CMYK
RGB Variations
Color information
#DCAB59 (or 0xDCAB59) is known color: Rob Roy. HEX triplet: DC, AB and 59. RGB value is (220,171,89). Sum of RGB (Red+Green+Blue) = 220+171+89=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB59 is #2354A6. Grayscale: #B0B0B0. Windows color (decimal): -2315431 or 5876700. OLE color: 5876700.
HSL color Cylindrical-coordinate representation of color #DCAB59: hue angle of 37.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCAB59 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 89 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.14 |
| HSL | 37.56º | 0.65% | 0.61% | - |
| HSV(B) | 37.56º | 0.6% | 0.86% | - |
| XYZ | 45.88 | 45.06 | 15.73 | - |
| YUV | 176.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 89 | 0 | 0.22 | 0.60 | 0.14 | 37.56 | 0.65 | 0.61 |
| Hex | DC | AB | 59 | 0 | 16 | 3C | E | 26 | 41 | 3D |
| Octal | 334 | 253 | 131 | 0 | 26 | 74 | 16 | 46 | 101 | 75 |
| Binary | 11011100 | 10101011 | 1011001 | 0 | 10110 | 111100 | 1110 | 100110 | 1000001 | 111101 |
Color Harmonies of #DCAB59
Complementary color
Monochromatic Colors of #DCAB59
Black with #DCAB59
Text Example
Text Example
White with #DCAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB59; }
p { color: rgb(220,171,89); }
H1.HeaderClassName
{
color: #DCAB59;
}
.AnyTagClassName
{
color: #DCAB59;
}
</style>
background-color css
<style>
a { background-color: #DCAB59; }
a { background-color: rgb(220,171,89); }
div.DivClassName
{
background-color: #DCAB59;
}
.BgClassName
{
background-color: #DCAB59;
}
</style>
border-color css
<style>
span { border-color: #DCAB59; }
span { border-color: rgb(220,171,89); }
td.TdClassName
{
border-color: #DCAB59;
}
.TagClassName
{
border-color: #DCAB59;
}
</style>