Shades of Rob Roy #DEAC58
Tints of Rob Roy #DEAC58
RGB
CMYK
RGB Variations
Color information
#DEAC58 (or 0xDEAC58) is known color: Rob Roy. HEX triplet: DE, AC and 58. RGB value is (222,172,88). Sum of RGB (Red+Green+Blue) = 222+172+88=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC58 is #2153A7. Grayscale: #B1B1B1. Windows color (decimal): -2184104 or 5811422. OLE color: 5811422.
HSL color Cylindrical-coordinate representation of color #DEAC58: hue angle of 37.61º 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 #DEAC58 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 88 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.13 |
| HSL | 37.61º | 0.67% | 0.61% | - |
| HSV(B) | 37.61º | 0.6% | 0.87% | - |
| XYZ | 46.64 | 45.74 | 15.6 | - |
| YUV | 177.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 88 | 0 | 0.23 | 0.60 | 0.13 | 37.61 | 0.67 | 0.61 |
| Hex | DE | AC | 58 | 0 | 17 | 3C | D | 26 | 43 | 3D |
| Octal | 336 | 254 | 130 | 0 | 27 | 74 | 15 | 46 | 103 | 75 |
| Binary | 11011110 | 10101100 | 1011000 | 0 | 10111 | 111100 | 1101 | 100110 | 1000011 | 111101 |
Color Harmonies of #DEAC58
Complementary color
Monochromatic Colors of #DEAC58
Black with #DEAC58
Text Example
Text Example
White with #DEAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC58; }
p { color: rgb(222,172,88); }
H1.HeaderClassName
{
color: #DEAC58;
}
.AnyTagClassName
{
color: #DEAC58;
}
</style>
background-color css
<style>
a { background-color: #DEAC58; }
a { background-color: rgb(222,172,88); }
div.DivClassName
{
background-color: #DEAC58;
}
.BgClassName
{
background-color: #DEAC58;
}
</style>
border-color css
<style>
span { border-color: #DEAC58; }
span { border-color: rgb(222,172,88); }
td.TdClassName
{
border-color: #DEAC58;
}
.TagClassName
{
border-color: #DEAC58;
}
</style>