Shades of Rob Roy #DEAC59
Tints of Rob Roy #DEAC59
RGB
CMYK
RGB Variations
Color information
#DEAC59 (or 0xDEAC59) is known color: Rob Roy. HEX triplet: DE, AC and 59. RGB value is (222,172,89). Sum of RGB (Red+Green+Blue) = 222+172+89=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC59 is #2153A6. Grayscale: #B1B1B1. Windows color (decimal): -2184103 or 5876958. OLE color: 5876958.
HSL color Cylindrical-coordinate representation of color #DEAC59: hue angle of 37.44º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEAC59 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 89 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.13 |
| HSL | 37.44º | 0.67% | 0.61% | - |
| HSV(B) | 37.44º | 0.6% | 0.87% | - |
| XYZ | 46.68 | 45.76 | 15.82 | - |
| YUV | 177.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 89 | 0 | 0.23 | 0.60 | 0.13 | 37.44 | 0.67 | 0.61 |
| Hex | DE | AC | 59 | 0 | 17 | 3C | D | 25 | 43 | 3D |
| Octal | 336 | 254 | 131 | 0 | 27 | 74 | 15 | 45 | 103 | 75 |
| Binary | 11011110 | 10101100 | 1011001 | 0 | 10111 | 111100 | 1101 | 100101 | 1000011 | 111101 |
Color Harmonies of #DEAC59
Complementary color
Monochromatic Colors of #DEAC59
Black with #DEAC59
Text Example
Text Example
White with #DEAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC59; }
p { color: rgb(222,172,89); }
H1.HeaderClassName
{
color: #DEAC59;
}
.AnyTagClassName
{
color: #DEAC59;
}
</style>
background-color css
<style>
a { background-color: #DEAC59; }
a { background-color: rgb(222,172,89); }
div.DivClassName
{
background-color: #DEAC59;
}
.BgClassName
{
background-color: #DEAC59;
}
</style>
border-color css
<style>
span { border-color: #DEAC59; }
span { border-color: rgb(222,172,89); }
td.TdClassName
{
border-color: #DEAC59;
}
.TagClassName
{
border-color: #DEAC59;
}
</style>