Shades of Rob Roy #DEAD51
Tints of Rob Roy #DEAD51
RGB
CMYK
RGB Variations
Color information
#DEAD51 (or 0xDEAD51) is known color: Rob Roy. HEX triplet: DE, AD and 51. RGB value is (222,173,81). Sum of RGB (Red+Green+Blue) = 222+173+81=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD51 is #2152AE. Grayscale: #B1B1B1. Windows color (decimal): -2183855 or 5352926. OLE color: 5352926.
HSL color Cylindrical-coordinate representation of color #DEAD51: hue angle of 39.15º 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 #DEAD51 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 81 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.13 |
| HSL | 39.15º | 0.68% | 0.59% | - |
| HSV(B) | 39.15º | 0.64% | 0.87% | - |
| XYZ | 46.55 | 46.01 | 14.21 | - |
| YUV | 177.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 81 | 0 | 0.22 | 0.64 | 0.13 | 39.15 | 0.68 | 0.59 |
| Hex | DE | AD | 51 | 0 | 16 | 40 | D | 27 | 44 | 3B |
| Octal | 336 | 255 | 121 | 0 | 26 | 100 | 15 | 47 | 104 | 73 |
| Binary | 11011110 | 10101101 | 1010001 | 0 | 10110 | 1000000 | 1101 | 100111 | 1000100 | 111011 |
Color Harmonies of #DEAD51
Complementary color
Monochromatic Colors of #DEAD51
Black with #DEAD51
Text Example
Text Example
White with #DEAD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD51; }
p { color: rgb(222,173,81); }
H1.HeaderClassName
{
color: #DEAD51;
}
.AnyTagClassName
{
color: #DEAD51;
}
</style>
background-color css
<style>
a { background-color: #DEAD51; }
a { background-color: rgb(222,173,81); }
div.DivClassName
{
background-color: #DEAD51;
}
.BgClassName
{
background-color: #DEAD51;
}
</style>
border-color css
<style>
span { border-color: #DEAD51; }
span { border-color: rgb(222,173,81); }
td.TdClassName
{
border-color: #DEAD51;
}
.TagClassName
{
border-color: #DEAD51;
}
</style>