Shades of Rob Roy #DCAE55
Tints of Rob Roy #DCAE55
RGB
CMYK
RGB Variations
Color information
#DCAE55 (or 0xDCAE55) is known color: Rob Roy. HEX triplet: DC, AE and 55. RGB value is (220,174,85). Sum of RGB (Red+Green+Blue) = 220+174+85=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE55 is #2351AA. Grayscale: #B2B2B2. Windows color (decimal): -2314667 or 5615324. OLE color: 5615324.
HSL color Cylindrical-coordinate representation of color #DCAE55: hue angle of 39.56º 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 #DCAE55 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 85 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.14 |
| HSL | 39.56º | 0.66% | 0.6% | - |
| HSV(B) | 39.56º | 0.61% | 0.86% | - |
| XYZ | 46.29 | 46.14 | 15.06 | - |
| YUV | 177.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 85 | 0 | 0.21 | 0.61 | 0.14 | 39.56 | 0.66 | 0.6 |
| Hex | DC | AE | 55 | 0 | 15 | 3D | E | 28 | 42 | 3C |
| Octal | 334 | 256 | 125 | 0 | 25 | 75 | 16 | 50 | 102 | 74 |
| Binary | 11011100 | 10101110 | 1010101 | 0 | 10101 | 111101 | 1110 | 101000 | 1000010 | 111100 |
Color Harmonies of #DCAE55
Complementary color
Monochromatic Colors of #DCAE55
Black with #DCAE55
Text Example
Text Example
White with #DCAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE55; }
p { color: rgb(220,174,85); }
H1.HeaderClassName
{
color: #DCAE55;
}
.AnyTagClassName
{
color: #DCAE55;
}
</style>
background-color css
<style>
a { background-color: #DCAE55; }
a { background-color: rgb(220,174,85); }
div.DivClassName
{
background-color: #DCAE55;
}
.BgClassName
{
background-color: #DCAE55;
}
</style>
border-color css
<style>
span { border-color: #DCAE55; }
span { border-color: rgb(220,174,85); }
td.TdClassName
{
border-color: #DCAE55;
}
.TagClassName
{
border-color: #DCAE55;
}
</style>