Shades of Rob Roy #DEA857
Tints of Rob Roy #DEA857
RGB
CMYK
RGB Variations
Color information
#DEA857 (or 0xDEA857) is known color: Rob Roy. HEX triplet: DE, A8 and 57. RGB value is (222,168,87). Sum of RGB (Red+Green+Blue) = 222+168+87=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA857 is #2157A8. Grayscale: #AFAFAF. Windows color (decimal): -2185129 or 5744862. OLE color: 5744862.
HSL color Cylindrical-coordinate representation of color #DEA857: hue angle of 36º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEA857 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 87 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.13 |
| HSL | 36º | 0.67% | 0.61% | - |
| HSV(B) | 36º | 0.61% | 0.87% | - |
| XYZ | 45.85 | 44.22 | 15.14 | - |
| YUV | 174.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 87 | 0 | 0.24 | 0.61 | 0.13 | 36 | 0.67 | 0.61 |
| Hex | DE | A8 | 57 | 0 | 18 | 3D | D | 24 | 43 | 3D |
| Octal | 336 | 250 | 127 | 0 | 30 | 75 | 15 | 44 | 103 | 75 |
| Binary | 11011110 | 10101000 | 1010111 | 0 | 11000 | 111101 | 1101 | 100100 | 1000011 | 111101 |
Color Harmonies of #DEA857
Complementary color
Monochromatic Colors of #DEA857
Black with #DEA857
Text Example
Text Example
White with #DEA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA857; }
p { color: rgb(222,168,87); }
H1.HeaderClassName
{
color: #DEA857;
}
.AnyTagClassName
{
color: #DEA857;
}
</style>
background-color css
<style>
a { background-color: #DEA857; }
a { background-color: rgb(222,168,87); }
div.DivClassName
{
background-color: #DEA857;
}
.BgClassName
{
background-color: #DEA857;
}
</style>
border-color css
<style>
span { border-color: #DEA857; }
span { border-color: rgb(222,168,87); }
td.TdClassName
{
border-color: #DEA857;
}
.TagClassName
{
border-color: #DEA857;
}
</style>