Shades of Rob Roy #DEA759
Tints of Rob Roy #DEA759
RGB
CMYK
RGB Variations
Color information
#DEA759 (or 0xDEA759) is known color: Rob Roy. HEX triplet: DE, A7 and 59. RGB value is (222,167,89). Sum of RGB (Red+Green+Blue) = 222+167+89=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA759 is #2158A6. Grayscale: #AEAEAE. Windows color (decimal): -2185383 or 5875678. OLE color: 5875678.
HSL color Cylindrical-coordinate representation of color #DEA759: hue angle of 35.19º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEA759 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 167 | 89 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.13 |
| HSL | 35.19º | 0.67% | 0.61% | - |
| HSV(B) | 35.19º | 0.6% | 0.87% | - |
| XYZ | 45.75 | 43.89 | 15.51 | - |
| YUV | 174.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 89 | 0 | 0.25 | 0.60 | 0.13 | 35.19 | 0.67 | 0.61 |
| Hex | DE | A7 | 59 | 0 | 19 | 3C | D | 23 | 43 | 3D |
| Octal | 336 | 247 | 131 | 0 | 31 | 74 | 15 | 43 | 103 | 75 |
| Binary | 11011110 | 10100111 | 1011001 | 0 | 11001 | 111100 | 1101 | 100011 | 1000011 | 111101 |
Color Harmonies of #DEA759
Complementary color
Monochromatic Colors of #DEA759
Black with #DEA759
Text Example
Text Example
White with #DEA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA759; }
p { color: rgb(222,167,89); }
H1.HeaderClassName
{
color: #DEA759;
}
.AnyTagClassName
{
color: #DEA759;
}
</style>
background-color css
<style>
a { background-color: #DEA759; }
a { background-color: rgb(222,167,89); }
div.DivClassName
{
background-color: #DEA759;
}
.BgClassName
{
background-color: #DEA759;
}
</style>
border-color css
<style>
span { border-color: #DEA759; }
span { border-color: rgb(222,167,89); }
td.TdClassName
{
border-color: #DEA759;
}
.TagClassName
{
border-color: #DEA759;
}
</style>