Shades of Rob Roy #DEAA5D
Tints of Rob Roy #DEAA5D
RGB
CMYK
RGB Variations
Color information
#DEAA5D (or 0xDEAA5D) is known color: Rob Roy. HEX triplet: DE, AA and 5D. RGB value is (222,170,93). Sum of RGB (Red+Green+Blue) = 222+170+93=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA5D is #2155A2. Grayscale: #B1B1B1. Windows color (decimal): -2184611 or 6138590. OLE color: 6138590.
HSL color Cylindrical-coordinate representation of color #DEAA5D: hue angle of 35.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEAA5D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 93 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.13 |
| HSL | 35.81º | 0.66% | 0.62% | - |
| HSV(B) | 35.81º | 0.58% | 0.87% | - |
| XYZ | 46.47 | 45.07 | 16.61 | - |
| YUV | 176.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 93 | 0 | 0.23 | 0.58 | 0.13 | 35.81 | 0.66 | 0.62 |
| Hex | DE | AA | 5D | 0 | 17 | 3A | D | 24 | 42 | 3E |
| Octal | 336 | 252 | 135 | 0 | 27 | 72 | 15 | 44 | 102 | 76 |
| Binary | 11011110 | 10101010 | 1011101 | 0 | 10111 | 111010 | 1101 | 100100 | 1000010 | 111110 |
Color Harmonies of #DEAA5D
Complementary color
Monochromatic Colors of #DEAA5D
Black with #DEAA5D
Text Example
Text Example
White with #DEAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA5D; }
p { color: rgb(222,170,93); }
H1.HeaderClassName
{
color: #DEAA5D;
}
.AnyTagClassName
{
color: #DEAA5D;
}
</style>
background-color css
<style>
a { background-color: #DEAA5D; }
a { background-color: rgb(222,170,93); }
div.DivClassName
{
background-color: #DEAA5D;
}
.BgClassName
{
background-color: #DEAA5D;
}
</style>
border-color css
<style>
span { border-color: #DEAA5D; }
span { border-color: rgb(222,170,93); }
td.TdClassName
{
border-color: #DEAA5D;
}
.TagClassName
{
border-color: #DEAA5D;
}
</style>