Shades of Rob Roy #DEB24E
Tints of Rob Roy #DEB24E
RGB
CMYK
RGB Variations
Color information
#DEB24E (or 0xDEB24E) is known color: Rob Roy. HEX triplet: DE, B2 and 4E. RGB value is (222,178,78). Sum of RGB (Red+Green+Blue) = 222+178+78=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB24E is #214DB1. Grayscale: #B4B4B4. Windows color (decimal): -2182578 or 5157598. OLE color: 5157598.
HSL color Cylindrical-coordinate representation of color #DEB24E: hue angle of 41.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEB24E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 78 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.13 |
| HSL | 41.67º | 0.69% | 0.59% | - |
| HSV(B) | 41.67º | 0.65% | 0.87% | - |
| XYZ | 47.42 | 47.92 | 13.96 | - |
| YUV | 179.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 78 | 0 | 0.20 | 0.65 | 0.13 | 41.67 | 0.69 | 0.59 |
| Hex | DE | B2 | 4E | 0 | 14 | 41 | D | 2A | 45 | 3B |
| Octal | 336 | 262 | 116 | 0 | 24 | 101 | 15 | 52 | 105 | 73 |
| Binary | 11011110 | 10110010 | 1001110 | 0 | 10100 | 1000001 | 1101 | 101010 | 1000101 | 111011 |
Color Harmonies of #DEB24E
Complementary color
Monochromatic Colors of #DEB24E
Black with #DEB24E
Text Example
Text Example
White with #DEB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB24E; }
p { color: rgb(222,178,78); }
H1.HeaderClassName
{
color: #DEB24E;
}
.AnyTagClassName
{
color: #DEB24E;
}
</style>
background-color css
<style>
a { background-color: #DEB24E; }
a { background-color: rgb(222,178,78); }
div.DivClassName
{
background-color: #DEB24E;
}
.BgClassName
{
background-color: #DEB24E;
}
</style>
border-color css
<style>
span { border-color: #DEB24E; }
span { border-color: rgb(222,178,78); }
td.TdClassName
{
border-color: #DEB24E;
}
.TagClassName
{
border-color: #DEB24E;
}
</style>