Shades of Rob Roy #DEB44F
Tints of Rob Roy #DEB44F
RGB
CMYK
RGB Variations
Color information
#DEB44F (or 0xDEB44F) is known color: Rob Roy. HEX triplet: DE, B4 and 4F. RGB value is (222,180,79). Sum of RGB (Red+Green+Blue) = 222+180+79=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB44F is #214BB0. Grayscale: #B5B5B5. Windows color (decimal): -2182065 or 5223646. OLE color: 5223646.
HSL color Cylindrical-coordinate representation of color #DEB44F: hue angle of 42.38º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEB44F is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 79 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.13 |
| HSL | 42.38º | 0.68% | 0.59% | - |
| HSV(B) | 42.38º | 0.64% | 0.87% | - |
| XYZ | 47.86 | 48.74 | 14.28 | - |
| YUV | 181.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 79 | 0 | 0.19 | 0.64 | 0.13 | 42.38 | 0.68 | 0.59 |
| Hex | DE | B4 | 4F | 0 | 13 | 40 | D | 2A | 44 | 3B |
| Octal | 336 | 264 | 117 | 0 | 23 | 100 | 15 | 52 | 104 | 73 |
| Binary | 11011110 | 10110100 | 1001111 | 0 | 10011 | 1000000 | 1101 | 101010 | 1000100 | 111011 |
Color Harmonies of #DEB44F
Complementary color
Monochromatic Colors of #DEB44F
Black with #DEB44F
Text Example
Text Example
White with #DEB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB44F; }
p { color: rgb(222,180,79); }
H1.HeaderClassName
{
color: #DEB44F;
}
.AnyTagClassName
{
color: #DEB44F;
}
</style>
background-color css
<style>
a { background-color: #DEB44F; }
a { background-color: rgb(222,180,79); }
div.DivClassName
{
background-color: #DEB44F;
}
.BgClassName
{
background-color: #DEB44F;
}
</style>
border-color css
<style>
span { border-color: #DEB44F; }
span { border-color: rgb(222,180,79); }
td.TdClassName
{
border-color: #DEB44F;
}
.TagClassName
{
border-color: #DEB44F;
}
</style>