Shades of Rob Roy #DEB253
Tints of Rob Roy #DEB253
RGB
CMYK
RGB Variations
Color information
#DEB253 (or 0xDEB253) is known color: Rob Roy. HEX triplet: DE, B2 and 53. RGB value is (222,178,83). Sum of RGB (Red+Green+Blue) = 222+178+83=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB253 is #214DAC. Grayscale: #B4B4B4. Windows color (decimal): -2182573 or 5485278. OLE color: 5485278.
HSL color Cylindrical-coordinate representation of color #DEB253: hue angle of 41.01º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEB253 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 83 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.13 |
| HSL | 41.01º | 0.68% | 0.6% | - |
| HSV(B) | 41.01º | 0.63% | 0.87% | - |
| XYZ | 47.61 | 47.99 | 14.94 | - |
| YUV | 180.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 83 | 0 | 0.20 | 0.63 | 0.13 | 41.01 | 0.68 | 0.6 |
| Hex | DE | B2 | 53 | 0 | 14 | 3F | D | 29 | 44 | 3C |
| Octal | 336 | 262 | 123 | 0 | 24 | 77 | 15 | 51 | 104 | 74 |
| Binary | 11011110 | 10110010 | 1010011 | 0 | 10100 | 111111 | 1101 | 101001 | 1000100 | 111100 |
Color Harmonies of #DEB253
Complementary color
Monochromatic Colors of #DEB253
Black with #DEB253
Text Example
Text Example
White with #DEB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB253; }
p { color: rgb(222,178,83); }
H1.HeaderClassName
{
color: #DEB253;
}
.AnyTagClassName
{
color: #DEB253;
}
</style>
background-color css
<style>
a { background-color: #DEB253; }
a { background-color: rgb(222,178,83); }
div.DivClassName
{
background-color: #DEB253;
}
.BgClassName
{
background-color: #DEB253;
}
</style>
border-color css
<style>
span { border-color: #DEB253; }
span { border-color: rgb(222,178,83); }
td.TdClassName
{
border-color: #DEB253;
}
.TagClassName
{
border-color: #DEB253;
}
</style>