Shades of Rob Roy #DEB355
Tints of Rob Roy #DEB355
RGB
CMYK
RGB Variations
Color information
#DEB355 (or 0xDEB355) is known color: Rob Roy. HEX triplet: DE, B3 and 55. RGB value is (222,179,85). Sum of RGB (Red+Green+Blue) = 222+179+85=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB355 is #214CAA. Grayscale: #B5B5B5. Windows color (decimal): -2182315 or 5616606. OLE color: 5616606.
HSL color Cylindrical-coordinate representation of color #DEB355: hue angle of 41.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEB355 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 85 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.13 |
| HSL | 41.17º | 0.67% | 0.6% | - |
| HSV(B) | 41.17º | 0.62% | 0.87% | - |
| XYZ | 47.88 | 48.43 | 15.42 | - |
| YUV | 181.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 85 | 0 | 0.19 | 0.62 | 0.13 | 41.17 | 0.67 | 0.6 |
| Hex | DE | B3 | 55 | 0 | 13 | 3E | D | 29 | 43 | 3C |
| Octal | 336 | 263 | 125 | 0 | 23 | 76 | 15 | 51 | 103 | 74 |
| Binary | 11011110 | 10110011 | 1010101 | 0 | 10011 | 111110 | 1101 | 101001 | 1000011 | 111100 |
Color Harmonies of #DEB355
Complementary color
Monochromatic Colors of #DEB355
Black with #DEB355
Text Example
Text Example
White with #DEB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB355; }
p { color: rgb(222,179,85); }
H1.HeaderClassName
{
color: #DEB355;
}
.AnyTagClassName
{
color: #DEB355;
}
</style>
background-color css
<style>
a { background-color: #DEB355; }
a { background-color: rgb(222,179,85); }
div.DivClassName
{
background-color: #DEB355;
}
.BgClassName
{
background-color: #DEB355;
}
</style>
border-color css
<style>
span { border-color: #DEB355; }
span { border-color: rgb(222,179,85); }
td.TdClassName
{
border-color: #DEB355;
}
.TagClassName
{
border-color: #DEB355;
}
</style>