Shades of Rob Roy #DEAA4C
Tints of Rob Roy #DEAA4C
RGB
CMYK
RGB Variations
Color information
#DEAA4C (or 0xDEAA4C) is known color: Rob Roy. HEX triplet: DE, AA and 4C. RGB value is (222,170,76). Sum of RGB (Red+Green+Blue) = 222+170+76=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA4C is #2155B3. Grayscale: #AFAFAF. Windows color (decimal): -2184628 or 5024478. OLE color: 5024478.
HSL color Cylindrical-coordinate representation of color #DEAA4C: hue angle of 38.63º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEAA4C is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 76 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.13 |
| HSL | 38.63º | 0.69% | 0.58% | - |
| HSV(B) | 38.63º | 0.66% | 0.87% | - |
| XYZ | 45.8 | 44.8 | 13.07 | - |
| YUV | 174.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 76 | 0 | 0.23 | 0.66 | 0.13 | 38.63 | 0.69 | 0.58 |
| Hex | DE | AA | 4C | 0 | 17 | 42 | D | 27 | 45 | 3A |
| Octal | 336 | 252 | 114 | 0 | 27 | 102 | 15 | 47 | 105 | 72 |
| Binary | 11011110 | 10101010 | 1001100 | 0 | 10111 | 1000010 | 1101 | 100111 | 1000101 | 111010 |
Color Harmonies of #DEAA4C
Complementary color
Monochromatic Colors of #DEAA4C
Black with #DEAA4C
Text Example
Text Example
White with #DEAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA4C; }
p { color: rgb(222,170,76); }
H1.HeaderClassName
{
color: #DEAA4C;
}
.AnyTagClassName
{
color: #DEAA4C;
}
</style>
background-color css
<style>
a { background-color: #DEAA4C; }
a { background-color: rgb(222,170,76); }
div.DivClassName
{
background-color: #DEAA4C;
}
.BgClassName
{
background-color: #DEAA4C;
}
</style>
border-color css
<style>
span { border-color: #DEAA4C; }
span { border-color: rgb(222,170,76); }
td.TdClassName
{
border-color: #DEAA4C;
}
.TagClassName
{
border-color: #DEAA4C;
}
</style>