Shades of Rob Roy #DEAD4D
Tints of Rob Roy #DEAD4D
RGB
CMYK
RGB Variations
Color information
#DEAD4D (or 0xDEAD4D) is known color: Rob Roy. HEX triplet: DE, AD and 4D. RGB value is (222,173,77). Sum of RGB (Red+Green+Blue) = 222+173+77=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD4D is #2152B2. Grayscale: #B1B1B1. Windows color (decimal): -2183859 or 5090782. OLE color: 5090782.
HSL color Cylindrical-coordinate representation of color #DEAD4D: hue angle of 39.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEAD4D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 77 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.13 |
| HSL | 39.72º | 0.69% | 0.59% | - |
| HSV(B) | 39.72º | 0.65% | 0.87% | - |
| XYZ | 46.41 | 45.95 | 13.44 | - |
| YUV | 176.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 77 | 0 | 0.22 | 0.65 | 0.13 | 39.72 | 0.69 | 0.59 |
| Hex | DE | AD | 4D | 0 | 16 | 41 | D | 28 | 45 | 3B |
| Octal | 336 | 255 | 115 | 0 | 26 | 101 | 15 | 50 | 105 | 73 |
| Binary | 11011110 | 10101101 | 1001101 | 0 | 10110 | 1000001 | 1101 | 101000 | 1000101 | 111011 |
Color Harmonies of #DEAD4D
Complementary color
Monochromatic Colors of #DEAD4D
Black with #DEAD4D
Text Example
Text Example
White with #DEAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD4D; }
p { color: rgb(222,173,77); }
H1.HeaderClassName
{
color: #DEAD4D;
}
.AnyTagClassName
{
color: #DEAD4D;
}
</style>
background-color css
<style>
a { background-color: #DEAD4D; }
a { background-color: rgb(222,173,77); }
div.DivClassName
{
background-color: #DEAD4D;
}
.BgClassName
{
background-color: #DEAD4D;
}
</style>
border-color css
<style>
span { border-color: #DEAD4D; }
span { border-color: rgb(222,173,77); }
td.TdClassName
{
border-color: #DEAD4D;
}
.TagClassName
{
border-color: #DEAD4D;
}
</style>