Shades of Rob Roy #DEB155
Tints of Rob Roy #DEB155
RGB
CMYK
RGB Variations
Color information
#DEB155 (or 0xDEB155) is known color: Rob Roy. HEX triplet: DE, B1 and 55. RGB value is (222,177,85). Sum of RGB (Red+Green+Blue) = 222+177+85=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB155 is #214EAA. Grayscale: #B4B4B4. Windows color (decimal): -2182827 or 5616094. OLE color: 5616094.
HSL color Cylindrical-coordinate representation of color #DEB155: hue angle of 40.29º 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 #DEB155 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 85 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.13 |
| HSL | 40.29º | 0.67% | 0.6% | - |
| HSV(B) | 40.29º | 0.62% | 0.87% | - |
| XYZ | 47.49 | 47.63 | 15.29 | - |
| YUV | 179.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 85 | 0 | 0.20 | 0.62 | 0.13 | 40.29 | 0.67 | 0.6 |
| Hex | DE | B1 | 55 | 0 | 14 | 3E | D | 28 | 43 | 3C |
| Octal | 336 | 261 | 125 | 0 | 24 | 76 | 15 | 50 | 103 | 74 |
| Binary | 11011110 | 10110001 | 1010101 | 0 | 10100 | 111110 | 1101 | 101000 | 1000011 | 111100 |
Color Harmonies of #DEB155
Complementary color
Monochromatic Colors of #DEB155
Black with #DEB155
Text Example
Text Example
White with #DEB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB155; }
p { color: rgb(222,177,85); }
H1.HeaderClassName
{
color: #DEB155;
}
.AnyTagClassName
{
color: #DEB155;
}
</style>
background-color css
<style>
a { background-color: #DEB155; }
a { background-color: rgb(222,177,85); }
div.DivClassName
{
background-color: #DEB155;
}
.BgClassName
{
background-color: #DEB155;
}
</style>
border-color css
<style>
span { border-color: #DEB155; }
span { border-color: rgb(222,177,85); }
td.TdClassName
{
border-color: #DEB155;
}
.TagClassName
{
border-color: #DEB155;
}
</style>