Shades of Rob Roy #DEA859
Tints of Rob Roy #DEA859
RGB
CMYK
RGB Variations
Color information
#DEA859 (or 0xDEA859) is known color: Rob Roy. HEX triplet: DE, A8 and 59. RGB value is (222,168,89). Sum of RGB (Red+Green+Blue) = 222+168+89=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA859 is #2157A6. Grayscale: #AFAFAF. Windows color (decimal): -2185127 or 5875934. OLE color: 5875934.
HSL color Cylindrical-coordinate representation of color #DEA859: hue angle of 35.64º 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 #DEA859 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 89 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.13 |
| HSL | 35.64º | 0.67% | 0.61% | - |
| HSV(B) | 35.64º | 0.6% | 0.87% | - |
| XYZ | 45.93 | 44.26 | 15.57 | - |
| YUV | 175.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 89 | 0 | 0.24 | 0.60 | 0.13 | 35.64 | 0.67 | 0.61 |
| Hex | DE | A8 | 59 | 0 | 18 | 3C | D | 24 | 43 | 3D |
| Octal | 336 | 250 | 131 | 0 | 30 | 74 | 15 | 44 | 103 | 75 |
| Binary | 11011110 | 10101000 | 1011001 | 0 | 11000 | 111100 | 1101 | 100100 | 1000011 | 111101 |
Color Harmonies of #DEA859
Complementary color
Monochromatic Colors of #DEA859
Black with #DEA859
Text Example
Text Example
White with #DEA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA859; }
p { color: rgb(222,168,89); }
H1.HeaderClassName
{
color: #DEA859;
}
.AnyTagClassName
{
color: #DEA859;
}
</style>
background-color css
<style>
a { background-color: #DEA859; }
a { background-color: rgb(222,168,89); }
div.DivClassName
{
background-color: #DEA859;
}
.BgClassName
{
background-color: #DEA859;
}
</style>
border-color css
<style>
span { border-color: #DEA859; }
span { border-color: rgb(222,168,89); }
td.TdClassName
{
border-color: #DEA859;
}
.TagClassName
{
border-color: #DEA859;
}
</style>