Shades of Rob Roy #DEB458
Tints of Rob Roy #DEB458
RGB
CMYK
RGB Variations
Color information
#DEB458 (or 0xDEB458) is known color: Rob Roy. HEX triplet: DE, B4 and 58. RGB value is (222,180,88). Sum of RGB (Red+Green+Blue) = 222+180+88=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB458 is #214BA7. Grayscale: #B6B6B6. Windows color (decimal): -2182056 or 5813470. OLE color: 5813470.
HSL color Cylindrical-coordinate representation of color #DEB458: hue angle of 41.19º 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 #DEB458 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 88 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.13 |
| HSL | 41.19º | 0.67% | 0.61% | - |
| HSV(B) | 41.19º | 0.6% | 0.87% | - |
| XYZ | 48.21 | 48.88 | 16.13 | - |
| YUV | 182.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 88 | 0 | 0.19 | 0.60 | 0.13 | 41.19 | 0.67 | 0.61 |
| Hex | DE | B4 | 58 | 0 | 13 | 3C | D | 29 | 43 | 3D |
| Octal | 336 | 264 | 130 | 0 | 23 | 74 | 15 | 51 | 103 | 75 |
| Binary | 11011110 | 10110100 | 1011000 | 0 | 10011 | 111100 | 1101 | 101001 | 1000011 | 111101 |
Color Harmonies of #DEB458
Complementary color
Monochromatic Colors of #DEB458
Black with #DEB458
Text Example
Text Example
White with #DEB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB458; }
p { color: rgb(222,180,88); }
H1.HeaderClassName
{
color: #DEB458;
}
.AnyTagClassName
{
color: #DEB458;
}
</style>
background-color css
<style>
a { background-color: #DEB458; }
a { background-color: rgb(222,180,88); }
div.DivClassName
{
background-color: #DEB458;
}
.BgClassName
{
background-color: #DEB458;
}
</style>
border-color css
<style>
span { border-color: #DEB458; }
span { border-color: rgb(222,180,88); }
td.TdClassName
{
border-color: #DEB458;
}
.TagClassName
{
border-color: #DEB458;
}
</style>