Shades of Rob Roy #DEA853
Tints of Rob Roy #DEA853
RGB
CMYK
RGB Variations
Color information
#DEA853 (or 0xDEA853) is known color: Rob Roy. HEX triplet: DE, A8 and 53. RGB value is (222,168,83). Sum of RGB (Red+Green+Blue) = 222+168+83=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA853 is #2157AC. Grayscale: #AEAEAE. Windows color (decimal): -2185133 or 5482718. OLE color: 5482718.
HSL color Cylindrical-coordinate representation of color #DEA853: hue angle of 36.69º 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 #DEA853 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 83 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.13 |
| HSL | 36.69º | 0.68% | 0.6% | - |
| HSV(B) | 36.69º | 0.63% | 0.87% | - |
| XYZ | 45.69 | 44.16 | 14.3 | - |
| YUV | 174.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 83 | 0 | 0.24 | 0.63 | 0.13 | 36.69 | 0.68 | 0.6 |
| Hex | DE | A8 | 53 | 0 | 18 | 3F | D | 25 | 44 | 3C |
| Octal | 336 | 250 | 123 | 0 | 30 | 77 | 15 | 45 | 104 | 74 |
| Binary | 11011110 | 10101000 | 1010011 | 0 | 11000 | 111111 | 1101 | 100101 | 1000100 | 111100 |
Color Harmonies of #DEA853
Complementary color
Monochromatic Colors of #DEA853
Black with #DEA853
Text Example
Text Example
White with #DEA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA853; }
p { color: rgb(222,168,83); }
H1.HeaderClassName
{
color: #DEA853;
}
.AnyTagClassName
{
color: #DEA853;
}
</style>
background-color css
<style>
a { background-color: #DEA853; }
a { background-color: rgb(222,168,83); }
div.DivClassName
{
background-color: #DEA853;
}
.BgClassName
{
background-color: #DEA853;
}
</style>
border-color css
<style>
span { border-color: #DEA853; }
span { border-color: rgb(222,168,83); }
td.TdClassName
{
border-color: #DEA853;
}
.TagClassName
{
border-color: #DEA853;
}
</style>