Shades of Rob Roy #DEB352
Tints of Rob Roy #DEB352
RGB
CMYK
RGB Variations
Color information
#DEB352 (or 0xDEB352) is known color: Rob Roy. HEX triplet: DE, B3 and 52. RGB value is (222,179,82). Sum of RGB (Red+Green+Blue) = 222+179+82=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB352 is #214CAD. Grayscale: #B5B5B5. Windows color (decimal): -2182318 or 5419998. OLE color: 5419998.
HSL color Cylindrical-coordinate representation of color #DEB352: hue angle of 41.57º 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 #DEB352 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 82 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.13 |
| HSL | 41.57º | 0.68% | 0.6% | - |
| HSV(B) | 41.57º | 0.63% | 0.87% | - |
| XYZ | 47.77 | 48.38 | 14.8 | - |
| YUV | 180.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 82 | 0 | 0.19 | 0.63 | 0.13 | 41.57 | 0.68 | 0.6 |
| Hex | DE | B3 | 52 | 0 | 13 | 3F | D | 2A | 44 | 3C |
| Octal | 336 | 263 | 122 | 0 | 23 | 77 | 15 | 52 | 104 | 74 |
| Binary | 11011110 | 10110011 | 1010010 | 0 | 10011 | 111111 | 1101 | 101010 | 1000100 | 111100 |
Color Harmonies of #DEB352
Complementary color
Monochromatic Colors of #DEB352
Black with #DEB352
Text Example
Text Example
White with #DEB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB352; }
p { color: rgb(222,179,82); }
H1.HeaderClassName
{
color: #DEB352;
}
.AnyTagClassName
{
color: #DEB352;
}
</style>
background-color css
<style>
a { background-color: #DEB352; }
a { background-color: rgb(222,179,82); }
div.DivClassName
{
background-color: #DEB352;
}
.BgClassName
{
background-color: #DEB352;
}
</style>
border-color css
<style>
span { border-color: #DEB352; }
span { border-color: rgb(222,179,82); }
td.TdClassName
{
border-color: #DEB352;
}
.TagClassName
{
border-color: #DEB352;
}
</style>