Shades of Rob Roy #DEAB55
Tints of Rob Roy #DEAB55
RGB
CMYK
RGB Variations
Color information
#DEAB55 (or 0xDEAB55) is known color: Rob Roy. HEX triplet: DE, AB and 55. RGB value is (222,171,85). Sum of RGB (Red+Green+Blue) = 222+171+85=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB55 is #2154AA. Grayscale: #B0B0B0. Windows color (decimal): -2184363 or 5614558. OLE color: 5614558.
HSL color Cylindrical-coordinate representation of color #DEAB55: hue angle of 37.66º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEAB55 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 85 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.13 |
| HSL | 37.66º | 0.67% | 0.6% | - |
| HSV(B) | 37.66º | 0.62% | 0.87% | - |
| XYZ | 46.33 | 45.31 | 14.9 | - |
| YUV | 176.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 85 | 0 | 0.23 | 0.62 | 0.13 | 37.66 | 0.67 | 0.6 |
| Hex | DE | AB | 55 | 0 | 17 | 3E | D | 26 | 43 | 3C |
| Octal | 336 | 253 | 125 | 0 | 27 | 76 | 15 | 46 | 103 | 74 |
| Binary | 11011110 | 10101011 | 1010101 | 0 | 10111 | 111110 | 1101 | 100110 | 1000011 | 111100 |
Color Harmonies of #DEAB55
Complementary color
Monochromatic Colors of #DEAB55
Black with #DEAB55
Text Example
Text Example
White with #DEAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB55; }
p { color: rgb(222,171,85); }
H1.HeaderClassName
{
color: #DEAB55;
}
.AnyTagClassName
{
color: #DEAB55;
}
</style>
background-color css
<style>
a { background-color: #DEAB55; }
a { background-color: rgb(222,171,85); }
div.DivClassName
{
background-color: #DEAB55;
}
.BgClassName
{
background-color: #DEAB55;
}
</style>
border-color css
<style>
span { border-color: #DEAB55; }
span { border-color: rgb(222,171,85); }
td.TdClassName
{
border-color: #DEAB55;
}
.TagClassName
{
border-color: #DEAB55;
}
</style>