Shades of Rob Roy #DEA652
Tints of Rob Roy #DEA652
RGB
CMYK
RGB Variations
Color information
#DEA652 (or 0xDEA652) is known color: Rob Roy. HEX triplet: DE, A6 and 52. RGB value is (222,166,82). Sum of RGB (Red+Green+Blue) = 222+166+82=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA652 is #2159AD. Grayscale: #ADADAD. Windows color (decimal): -2185646 or 5416670. OLE color: 5416670.
HSL color Cylindrical-coordinate representation of color #DEA652: hue angle of 36º 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 #DEA652 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 82 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.13 |
| HSL | 36º | 0.68% | 0.6% | - |
| HSV(B) | 36º | 0.63% | 0.87% | - |
| XYZ | 45.28 | 43.41 | 13.98 | - |
| YUV | 173.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 82 | 0 | 0.25 | 0.63 | 0.13 | 36 | 0.68 | 0.6 |
| Hex | DE | A6 | 52 | 0 | 19 | 3F | D | 24 | 44 | 3C |
| Octal | 336 | 246 | 122 | 0 | 31 | 77 | 15 | 44 | 104 | 74 |
| Binary | 11011110 | 10100110 | 1010010 | 0 | 11001 | 111111 | 1101 | 100100 | 1000100 | 111100 |
Color Harmonies of #DEA652
Complementary color
Monochromatic Colors of #DEA652
Black with #DEA652
Text Example
Text Example
White with #DEA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA652; }
p { color: rgb(222,166,82); }
H1.HeaderClassName
{
color: #DEA652;
}
.AnyTagClassName
{
color: #DEA652;
}
</style>
background-color css
<style>
a { background-color: #DEA652; }
a { background-color: rgb(222,166,82); }
div.DivClassName
{
background-color: #DEA652;
}
.BgClassName
{
background-color: #DEA652;
}
</style>
border-color css
<style>
span { border-color: #DEA652; }
span { border-color: rgb(222,166,82); }
td.TdClassName
{
border-color: #DEA652;
}
.TagClassName
{
border-color: #DEA652;
}
</style>