Shades of Rob Roy #DCAD59
Tints of Rob Roy #DCAD59
RGB
CMYK
RGB Variations
Color information
#DCAD59 (or 0xDCAD59) is known color: Rob Roy. HEX triplet: DC, AD and 59. RGB value is (220,173,89). Sum of RGB (Red+Green+Blue) = 220+173+89=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD59 is #2352A6. Grayscale: #B1B1B1. Windows color (decimal): -2314919 or 5877212. OLE color: 5877212.
HSL color Cylindrical-coordinate representation of color #DCAD59: hue angle of 38.47º 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 #DCAD59 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 89 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.14 |
| HSL | 38.47º | 0.65% | 0.61% | - |
| HSV(B) | 38.47º | 0.6% | 0.86% | - |
| XYZ | 46.26 | 45.82 | 15.86 | - |
| YUV | 177.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 89 | 0 | 0.21 | 0.60 | 0.14 | 38.47 | 0.65 | 0.61 |
| Hex | DC | AD | 59 | 0 | 15 | 3C | E | 26 | 41 | 3D |
| Octal | 334 | 255 | 131 | 0 | 25 | 74 | 16 | 46 | 101 | 75 |
| Binary | 11011100 | 10101101 | 1011001 | 0 | 10101 | 111100 | 1110 | 100110 | 1000001 | 111101 |
Color Harmonies of #DCAD59
Complementary color
Monochromatic Colors of #DCAD59
Black with #DCAD59
Text Example
Text Example
White with #DCAD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD59; }
p { color: rgb(220,173,89); }
H1.HeaderClassName
{
color: #DCAD59;
}
.AnyTagClassName
{
color: #DCAD59;
}
</style>
background-color css
<style>
a { background-color: #DCAD59; }
a { background-color: rgb(220,173,89); }
div.DivClassName
{
background-color: #DCAD59;
}
.BgClassName
{
background-color: #DCAD59;
}
</style>
border-color css
<style>
span { border-color: #DCAD59; }
span { border-color: rgb(220,173,89); }
td.TdClassName
{
border-color: #DCAD59;
}
.TagClassName
{
border-color: #DCAD59;
}
</style>