Shades of Rob Roy #DEAA5A
Tints of Rob Roy #DEAA5A
RGB
CMYK
RGB Variations
Color information
#DEAA5A (or 0xDEAA5A) is known color: Rob Roy. HEX triplet: DE, AA and 5A. RGB value is (222,170,90). Sum of RGB (Red+Green+Blue) = 222+170+90=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA5A is #2155A5. Grayscale: #B0B0B0. Windows color (decimal): -2184614 or 5941982. OLE color: 5941982.
HSL color Cylindrical-coordinate representation of color #DEAA5A: hue angle of 36.36º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEAA5A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 90 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.13 |
| HSL | 36.36º | 0.67% | 0.61% | - |
| HSV(B) | 36.36º | 0.59% | 0.87% | - |
| XYZ | 46.34 | 45.02 | 15.92 | - |
| YUV | 176.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 90 | 0 | 0.23 | 0.59 | 0.13 | 36.36 | 0.67 | 0.61 |
| Hex | DE | AA | 5A | 0 | 17 | 3B | D | 24 | 43 | 3D |
| Octal | 336 | 252 | 132 | 0 | 27 | 73 | 15 | 44 | 103 | 75 |
| Binary | 11011110 | 10101010 | 1011010 | 0 | 10111 | 111011 | 1101 | 100100 | 1000011 | 111101 |
Color Harmonies of #DEAA5A
Complementary color
Monochromatic Colors of #DEAA5A
Black with #DEAA5A
Text Example
Text Example
White with #DEAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA5A; }
p { color: rgb(222,170,90); }
H1.HeaderClassName
{
color: #DEAA5A;
}
.AnyTagClassName
{
color: #DEAA5A;
}
</style>
background-color css
<style>
a { background-color: #DEAA5A; }
a { background-color: rgb(222,170,90); }
div.DivClassName
{
background-color: #DEAA5A;
}
.BgClassName
{
background-color: #DEAA5A;
}
</style>
border-color css
<style>
span { border-color: #DEAA5A; }
span { border-color: rgb(222,170,90); }
td.TdClassName
{
border-color: #DEAA5A;
}
.TagClassName
{
border-color: #DEAA5A;
}
</style>