Shades of Rob Roy #DEB150
Tints of Rob Roy #DEB150
RGB
CMYK
RGB Variations
Color information
#DEB150 (or 0xDEB150) is known color: Rob Roy. HEX triplet: DE, B1 and 50. RGB value is (222,177,80). Sum of RGB (Red+Green+Blue) = 222+177+80=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB150 is #214EAF. Grayscale: #B3B3B3. Windows color (decimal): -2182832 or 5288414. OLE color: 5288414.
HSL color Cylindrical-coordinate representation of color #DEB150: hue angle of 40.99º 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 #DEB150 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 80 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.13 |
| HSL | 40.99º | 0.68% | 0.59% | - |
| HSV(B) | 40.99º | 0.64% | 0.87% | - |
| XYZ | 47.29 | 47.55 | 14.28 | - |
| YUV | 179.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 80 | 0 | 0.20 | 0.64 | 0.13 | 40.99 | 0.68 | 0.59 |
| Hex | DE | B1 | 50 | 0 | 14 | 40 | D | 29 | 44 | 3B |
| Octal | 336 | 261 | 120 | 0 | 24 | 100 | 15 | 51 | 104 | 73 |
| Binary | 11011110 | 10110001 | 1010000 | 0 | 10100 | 1000000 | 1101 | 101001 | 1000100 | 111011 |
Color Harmonies of #DEB150
Complementary color
Monochromatic Colors of #DEB150
Black with #DEB150
Text Example
Text Example
White with #DEB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB150; }
p { color: rgb(222,177,80); }
H1.HeaderClassName
{
color: #DEB150;
}
.AnyTagClassName
{
color: #DEB150;
}
</style>
background-color css
<style>
a { background-color: #DEB150; }
a { background-color: rgb(222,177,80); }
div.DivClassName
{
background-color: #DEB150;
}
.BgClassName
{
background-color: #DEB150;
}
</style>
border-color css
<style>
span { border-color: #DEB150; }
span { border-color: rgb(222,177,80); }
td.TdClassName
{
border-color: #DEB150;
}
.TagClassName
{
border-color: #DEB150;
}
</style>