Shades of Rob Roy #DCAD55
Tints of Rob Roy #DCAD55
RGB
CMYK
RGB Variations
Color information
#DCAD55 (or 0xDCAD55) is known color: Rob Roy. HEX triplet: DC, AD and 55. RGB value is (220,173,85). Sum of RGB (Red+Green+Blue) = 220+173+85=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD55 is #2352AA. Grayscale: #B1B1B1. Windows color (decimal): -2314923 or 5615068. OLE color: 5615068.
HSL color Cylindrical-coordinate representation of color #DCAD55: hue angle of 39.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCAD55 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 85 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.14 |
| HSL | 39.11º | 0.66% | 0.6% | - |
| HSV(B) | 39.11º | 0.61% | 0.86% | - |
| XYZ | 46.1 | 45.76 | 15 | - |
| YUV | 177.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 85 | 0 | 0.21 | 0.61 | 0.14 | 39.11 | 0.66 | 0.6 |
| Hex | DC | AD | 55 | 0 | 15 | 3D | E | 27 | 42 | 3C |
| Octal | 334 | 255 | 125 | 0 | 25 | 75 | 16 | 47 | 102 | 74 |
| Binary | 11011100 | 10101101 | 1010101 | 0 | 10101 | 111101 | 1110 | 100111 | 1000010 | 111100 |
Color Harmonies of #DCAD55
Complementary color
Monochromatic Colors of #DCAD55
Black with #DCAD55
Text Example
Text Example
White with #DCAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD55; }
p { color: rgb(220,173,85); }
H1.HeaderClassName
{
color: #DCAD55;
}
.AnyTagClassName
{
color: #DCAD55;
}
</style>
background-color css
<style>
a { background-color: #DCAD55; }
a { background-color: rgb(220,173,85); }
div.DivClassName
{
background-color: #DCAD55;
}
.BgClassName
{
background-color: #DCAD55;
}
</style>
border-color css
<style>
span { border-color: #DCAD55; }
span { border-color: rgb(220,173,85); }
td.TdClassName
{
border-color: #DCAD55;
}
.TagClassName
{
border-color: #DCAD55;
}
</style>