Shades of Rob Roy #DEB358
Tints of Rob Roy #DEB358
RGB
CMYK
RGB Variations
Color information
#DEB358 (or 0xDEB358) is known color: Rob Roy. HEX triplet: DE, B3 and 58. RGB value is (222,179,88). Sum of RGB (Red+Green+Blue) = 222+179+88=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB358 is #214CA7. Grayscale: #B5B5B5. Windows color (decimal): -2182312 or 5813214. OLE color: 5813214.
HSL color Cylindrical-coordinate representation of color #DEB358: hue angle of 40.75º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEB358 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 88 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.13 |
| HSL | 40.75º | 0.67% | 0.61% | - |
| HSV(B) | 40.75º | 0.6% | 0.87% | - |
| XYZ | 48.01 | 48.47 | 16.06 | - |
| YUV | 181.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 88 | 0 | 0.19 | 0.60 | 0.13 | 40.75 | 0.67 | 0.61 |
| Hex | DE | B3 | 58 | 0 | 13 | 3C | D | 29 | 43 | 3D |
| Octal | 336 | 263 | 130 | 0 | 23 | 74 | 15 | 51 | 103 | 75 |
| Binary | 11011110 | 10110011 | 1011000 | 0 | 10011 | 111100 | 1101 | 101001 | 1000011 | 111101 |
Color Harmonies of #DEB358
Complementary color
Monochromatic Colors of #DEB358
Black with #DEB358
Text Example
Text Example
White with #DEB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB358; }
p { color: rgb(222,179,88); }
H1.HeaderClassName
{
color: #DEB358;
}
.AnyTagClassName
{
color: #DEB358;
}
</style>
background-color css
<style>
a { background-color: #DEB358; }
a { background-color: rgb(222,179,88); }
div.DivClassName
{
background-color: #DEB358;
}
.BgClassName
{
background-color: #DEB358;
}
</style>
border-color css
<style>
span { border-color: #DEB358; }
span { border-color: rgb(222,179,88); }
td.TdClassName
{
border-color: #DEB358;
}
.TagClassName
{
border-color: #DEB358;
}
</style>