Shades of Rob Roy #DEAB56
Tints of Rob Roy #DEAB56
RGB
CMYK
RGB Variations
Color information
#DEAB56 (or 0xDEAB56) is known color: Rob Roy. HEX triplet: DE, AB and 56. RGB value is (222,171,86). Sum of RGB (Red+Green+Blue) = 222+171+86=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB56 is #2154A9. Grayscale: #B0B0B0. Windows color (decimal): -2184362 or 5680094. OLE color: 5680094.
HSL color Cylindrical-coordinate representation of color #DEAB56: hue angle of 37.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEAB56 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 86 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.13 |
| HSL | 37.5º | 0.67% | 0.6% | - |
| HSV(B) | 37.5º | 0.61% | 0.87% | - |
| XYZ | 46.37 | 45.33 | 15.11 | - |
| YUV | 176.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 86 | 0 | 0.23 | 0.61 | 0.13 | 37.5 | 0.67 | 0.6 |
| Hex | DE | AB | 56 | 0 | 17 | 3D | D | 26 | 43 | 3C |
| Octal | 336 | 253 | 126 | 0 | 27 | 75 | 15 | 46 | 103 | 74 |
| Binary | 11011110 | 10101011 | 1010110 | 0 | 10111 | 111101 | 1101 | 100110 | 1000011 | 111100 |
Color Harmonies of #DEAB56
Complementary color
Monochromatic Colors of #DEAB56
Black with #DEAB56
Text Example
Text Example
White with #DEAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB56; }
p { color: rgb(222,171,86); }
H1.HeaderClassName
{
color: #DEAB56;
}
.AnyTagClassName
{
color: #DEAB56;
}
</style>
background-color css
<style>
a { background-color: #DEAB56; }
a { background-color: rgb(222,171,86); }
div.DivClassName
{
background-color: #DEAB56;
}
.BgClassName
{
background-color: #DEAB56;
}
</style>
border-color css
<style>
span { border-color: #DEAB56; }
span { border-color: rgb(222,171,86); }
td.TdClassName
{
border-color: #DEAB56;
}
.TagClassName
{
border-color: #DEAB56;
}
</style>