Shades of Rob Roy #DEAE5C
Tints of Rob Roy #DEAE5C
RGB
CMYK
RGB Variations
Color information
#DEAE5C (or 0xDEAE5C) is known color: Rob Roy. HEX triplet: DE, AE and 5C. RGB value is (222,174,92). Sum of RGB (Red+Green+Blue) = 222+174+92=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE5C is #2151A3. Grayscale: #B3B3B3. Windows color (decimal): -2183588 or 6074078. OLE color: 6074078.
HSL color Cylindrical-coordinate representation of color #DEAE5C: hue angle of 37.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEAE5C is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 92 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.13 |
| HSL | 37.85º | 0.66% | 0.62% | - |
| HSV(B) | 37.85º | 0.59% | 0.87% | - |
| XYZ | 47.19 | 46.57 | 16.63 | - |
| YUV | 179 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 92 | 0 | 0.22 | 0.59 | 0.13 | 37.85 | 0.66 | 0.62 |
| Hex | DE | AE | 5C | 0 | 16 | 3B | D | 26 | 42 | 3E |
| Octal | 336 | 256 | 134 | 0 | 26 | 73 | 15 | 46 | 102 | 76 |
| Binary | 11011110 | 10101110 | 1011100 | 0 | 10110 | 111011 | 1101 | 100110 | 1000010 | 111110 |
Color Harmonies of #DEAE5C
Complementary color
Monochromatic Colors of #DEAE5C
Black with #DEAE5C
Text Example
Text Example
White with #DEAE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE5C; }
p { color: rgb(222,174,92); }
H1.HeaderClassName
{
color: #DEAE5C;
}
.AnyTagClassName
{
color: #DEAE5C;
}
</style>
background-color css
<style>
a { background-color: #DEAE5C; }
a { background-color: rgb(222,174,92); }
div.DivClassName
{
background-color: #DEAE5C;
}
.BgClassName
{
background-color: #DEAE5C;
}
</style>
border-color css
<style>
span { border-color: #DEAE5C; }
span { border-color: rgb(222,174,92); }
td.TdClassName
{
border-color: #DEAE5C;
}
.TagClassName
{
border-color: #DEAE5C;
}
</style>