Shades of Rob Roy #DEAB51
Tints of Rob Roy #DEAB51
RGB
CMYK
RGB Variations
Color information
#DEAB51 (or 0xDEAB51) is known color: Rob Roy. HEX triplet: DE, AB and 51. RGB value is (222,171,81). Sum of RGB (Red+Green+Blue) = 222+171+81=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB51 is #2154AE. Grayscale: #B0B0B0. Windows color (decimal): -2184367 or 5352414. OLE color: 5352414.
HSL color Cylindrical-coordinate representation of color #DEAB51: hue angle of 38.3º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEAB51 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 81 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.13 |
| HSL | 38.3º | 0.68% | 0.59% | - |
| HSV(B) | 38.3º | 0.64% | 0.87% | - |
| XYZ | 46.17 | 45.25 | 14.09 | - |
| YUV | 175.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 81 | 0 | 0.23 | 0.64 | 0.13 | 38.3 | 0.68 | 0.59 |
| Hex | DE | AB | 51 | 0 | 17 | 40 | D | 26 | 44 | 3B |
| Octal | 336 | 253 | 121 | 0 | 27 | 100 | 15 | 46 | 104 | 73 |
| Binary | 11011110 | 10101011 | 1010001 | 0 | 10111 | 1000000 | 1101 | 100110 | 1000100 | 111011 |
Color Harmonies of #DEAB51
Complementary color
Monochromatic Colors of #DEAB51
Black with #DEAB51
Text Example
Text Example
White with #DEAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB51; }
p { color: rgb(222,171,81); }
H1.HeaderClassName
{
color: #DEAB51;
}
.AnyTagClassName
{
color: #DEAB51;
}
</style>
background-color css
<style>
a { background-color: #DEAB51; }
a { background-color: rgb(222,171,81); }
div.DivClassName
{
background-color: #DEAB51;
}
.BgClassName
{
background-color: #DEAB51;
}
</style>
border-color css
<style>
span { border-color: #DEAB51; }
span { border-color: rgb(222,171,81); }
td.TdClassName
{
border-color: #DEAB51;
}
.TagClassName
{
border-color: #DEAB51;
}
</style>