Shades of Rob Roy #DCAE52
Tints of Rob Roy #DCAE52
RGB
CMYK
RGB Variations
Color information
#DCAE52 (or 0xDCAE52) is known color: Rob Roy. HEX triplet: DC, AE and 52. RGB value is (220,174,82). Sum of RGB (Red+Green+Blue) = 220+174+82=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE52 is #2351AD. Grayscale: #B1B1B1. Windows color (decimal): -2314670 or 5418716. OLE color: 5418716.
HSL color Cylindrical-coordinate representation of color #DCAE52: hue angle of 40º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCAE52 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 82 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.14 |
| HSL | 40º | 0.66% | 0.59% | - |
| HSV(B) | 40º | 0.63% | 0.86% | - |
| XYZ | 46.17 | 46.1 | 14.45 | - |
| YUV | 177.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 82 | 0 | 0.21 | 0.63 | 0.14 | 40 | 0.66 | 0.59 |
| Hex | DC | AE | 52 | 0 | 15 | 3F | E | 28 | 42 | 3B |
| Octal | 334 | 256 | 122 | 0 | 25 | 77 | 16 | 50 | 102 | 73 |
| Binary | 11011100 | 10101110 | 1010010 | 0 | 10101 | 111111 | 1110 | 101000 | 1000010 | 111011 |
Color Harmonies of #DCAE52
Complementary color
Monochromatic Colors of #DCAE52
Black with #DCAE52
Text Example
Text Example
White with #DCAE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE52; }
p { color: rgb(220,174,82); }
H1.HeaderClassName
{
color: #DCAE52;
}
.AnyTagClassName
{
color: #DCAE52;
}
</style>
background-color css
<style>
a { background-color: #DCAE52; }
a { background-color: rgb(220,174,82); }
div.DivClassName
{
background-color: #DCAE52;
}
.BgClassName
{
background-color: #DCAE52;
}
</style>
border-color css
<style>
span { border-color: #DCAE52; }
span { border-color: rgb(220,174,82); }
td.TdClassName
{
border-color: #DCAE52;
}
.TagClassName
{
border-color: #DCAE52;
}
</style>