Shades of Rob Roy #DEB154
Tints of Rob Roy #DEB154
RGB
CMYK
RGB Variations
Color information
#DEB154 (or 0xDEB154) is known color: Rob Roy. HEX triplet: DE, B1 and 54. RGB value is (222,177,84). Sum of RGB (Red+Green+Blue) = 222+177+84=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB154 is #214EAB. Grayscale: #B4B4B4. Windows color (decimal): -2182828 or 5550558. OLE color: 5550558.
HSL color Cylindrical-coordinate representation of color #DEB154: hue angle of 40.43º degrees, saturation: 0.68, 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 #DEB154 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 84 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.13 |
| HSL | 40.43º | 0.68% | 0.6% | - |
| HSV(B) | 40.43º | 0.62% | 0.87% | - |
| XYZ | 47.45 | 47.61 | 15.08 | - |
| YUV | 179.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 84 | 0 | 0.20 | 0.62 | 0.13 | 40.43 | 0.68 | 0.6 |
| Hex | DE | B1 | 54 | 0 | 14 | 3E | D | 28 | 44 | 3C |
| Octal | 336 | 261 | 124 | 0 | 24 | 76 | 15 | 50 | 104 | 74 |
| Binary | 11011110 | 10110001 | 1010100 | 0 | 10100 | 111110 | 1101 | 101000 | 1000100 | 111100 |
Color Harmonies of #DEB154
Complementary color
Monochromatic Colors of #DEB154
Black with #DEB154
Text Example
Text Example
White with #DEB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB154; }
p { color: rgb(222,177,84); }
H1.HeaderClassName
{
color: #DEB154;
}
.AnyTagClassName
{
color: #DEB154;
}
</style>
background-color css
<style>
a { background-color: #DEB154; }
a { background-color: rgb(222,177,84); }
div.DivClassName
{
background-color: #DEB154;
}
.BgClassName
{
background-color: #DEB154;
}
</style>
border-color css
<style>
span { border-color: #DEB154; }
span { border-color: rgb(222,177,84); }
td.TdClassName
{
border-color: #DEB154;
}
.TagClassName
{
border-color: #DEB154;
}
</style>