Shades of Rob Roy #DEAA52
Tints of Rob Roy #DEAA52
RGB
CMYK
RGB Variations
Color information
#DEAA52 (or 0xDEAA52) is known color: Rob Roy. HEX triplet: DE, AA and 52. RGB value is (222,170,82). Sum of RGB (Red+Green+Blue) = 222+170+82=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA52 is #2155AD. Grayscale: #AFAFAF. Windows color (decimal): -2184622 or 5417694. OLE color: 5417694.
HSL color Cylindrical-coordinate representation of color #DEAA52: hue angle of 37.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEAA52 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 82 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.13 |
| HSL | 37.71º | 0.68% | 0.6% | - |
| HSV(B) | 37.71º | 0.63% | 0.87% | - |
| XYZ | 46.02 | 44.89 | 14.22 | - |
| YUV | 175.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 82 | 0 | 0.23 | 0.63 | 0.13 | 37.71 | 0.68 | 0.6 |
| Hex | DE | AA | 52 | 0 | 17 | 3F | D | 26 | 44 | 3C |
| Octal | 336 | 252 | 122 | 0 | 27 | 77 | 15 | 46 | 104 | 74 |
| Binary | 11011110 | 10101010 | 1010010 | 0 | 10111 | 111111 | 1101 | 100110 | 1000100 | 111100 |
Color Harmonies of #DEAA52
Complementary color
Monochromatic Colors of #DEAA52
Black with #DEAA52
Text Example
Text Example
White with #DEAA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA52; }
p { color: rgb(222,170,82); }
H1.HeaderClassName
{
color: #DEAA52;
}
.AnyTagClassName
{
color: #DEAA52;
}
</style>
background-color css
<style>
a { background-color: #DEAA52; }
a { background-color: rgb(222,170,82); }
div.DivClassName
{
background-color: #DEAA52;
}
.BgClassName
{
background-color: #DEAA52;
}
</style>
border-color css
<style>
span { border-color: #DEAA52; }
span { border-color: rgb(222,170,82); }
td.TdClassName
{
border-color: #DEAA52;
}
.TagClassName
{
border-color: #DEAA52;
}
</style>