Shades of Rob Roy #DEB050
Tints of Rob Roy #DEB050
RGB
CMYK
RGB Variations
Color information
#DEB050 (or 0xDEB050) is known color: Rob Roy. HEX triplet: DE, B0 and 50. RGB value is (222,176,80). Sum of RGB (Red+Green+Blue) = 222+176+80=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB050 is #214FAF. Grayscale: #B3B3B3. Windows color (decimal): -2183088 or 5288158. OLE color: 5288158.
HSL color Cylindrical-coordinate representation of color #DEB050: hue angle of 40.56º 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 #DEB050 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 80 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.13 |
| HSL | 40.56º | 0.68% | 0.59% | - |
| HSV(B) | 40.56º | 0.64% | 0.87% | - |
| XYZ | 47.1 | 47.16 | 14.21 | - |
| YUV | 178.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 80 | 0 | 0.21 | 0.64 | 0.13 | 40.56 | 0.68 | 0.59 |
| Hex | DE | B0 | 50 | 0 | 15 | 40 | D | 29 | 44 | 3B |
| Octal | 336 | 260 | 120 | 0 | 25 | 100 | 15 | 51 | 104 | 73 |
| Binary | 11011110 | 10110000 | 1010000 | 0 | 10101 | 1000000 | 1101 | 101001 | 1000100 | 111011 |
Color Harmonies of #DEB050
Complementary color
Monochromatic Colors of #DEB050
Black with #DEB050
Text Example
Text Example
White with #DEB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB050; }
p { color: rgb(222,176,80); }
H1.HeaderClassName
{
color: #DEB050;
}
.AnyTagClassName
{
color: #DEB050;
}
</style>
background-color css
<style>
a { background-color: #DEB050; }
a { background-color: rgb(222,176,80); }
div.DivClassName
{
background-color: #DEB050;
}
.BgClassName
{
background-color: #DEB050;
}
</style>
border-color css
<style>
span { border-color: #DEB050; }
span { border-color: rgb(222,176,80); }
td.TdClassName
{
border-color: #DEB050;
}
.TagClassName
{
border-color: #DEB050;
}
</style>