Shades of Rob Roy #DEB151
Tints of Rob Roy #DEB151
RGB
CMYK
RGB Variations
Color information
#DEB151 (or 0xDEB151) is known color: Rob Roy. HEX triplet: DE, B1 and 51. RGB value is (222,177,81). Sum of RGB (Red+Green+Blue) = 222+177+81=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB151 is #214EAE. Grayscale: #B3B3B3. Windows color (decimal): -2182831 or 5353950. OLE color: 5353950.
HSL color Cylindrical-coordinate representation of color #DEB151: hue angle of 40.85º 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 #DEB151 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 81 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.13 |
| HSL | 40.85º | 0.68% | 0.59% | - |
| HSV(B) | 40.85º | 0.64% | 0.87% | - |
| XYZ | 47.33 | 47.57 | 14.47 | - |
| YUV | 179.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 81 | 0 | 0.20 | 0.64 | 0.13 | 40.85 | 0.68 | 0.59 |
| Hex | DE | B1 | 51 | 0 | 14 | 40 | D | 29 | 44 | 3B |
| Octal | 336 | 261 | 121 | 0 | 24 | 100 | 15 | 51 | 104 | 73 |
| Binary | 11011110 | 10110001 | 1010001 | 0 | 10100 | 1000000 | 1101 | 101001 | 1000100 | 111011 |
Color Harmonies of #DEB151
Complementary color
Monochromatic Colors of #DEB151
Black with #DEB151
Text Example
Text Example
White with #DEB151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB151; }
p { color: rgb(222,177,81); }
H1.HeaderClassName
{
color: #DEB151;
}
.AnyTagClassName
{
color: #DEB151;
}
</style>
background-color css
<style>
a { background-color: #DEB151; }
a { background-color: rgb(222,177,81); }
div.DivClassName
{
background-color: #DEB151;
}
.BgClassName
{
background-color: #DEB151;
}
</style>
border-color css
<style>
span { border-color: #DEB151; }
span { border-color: rgb(222,177,81); }
td.TdClassName
{
border-color: #DEB151;
}
.TagClassName
{
border-color: #DEB151;
}
</style>