Shades of Rob Roy #DEAD53
Tints of Rob Roy #DEAD53
RGB
CMYK
RGB Variations
Color information
#DEAD53 (or 0xDEAD53) is known color: Rob Roy. HEX triplet: DE, AD and 53. RGB value is (222,173,83). Sum of RGB (Red+Green+Blue) = 222+173+83=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD53 is #2152AC. Grayscale: #B1B1B1. Windows color (decimal): -2183853 or 5483998. OLE color: 5483998.
HSL color Cylindrical-coordinate representation of color #DEAD53: hue angle of 38.85º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEAD53 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 83 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.13 |
| HSL | 38.85º | 0.68% | 0.6% | - |
| HSV(B) | 38.85º | 0.63% | 0.87% | - |
| XYZ | 46.63 | 46.04 | 14.61 | - |
| YUV | 177.39 | 74.73 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 83 | 0 | 0.22 | 0.63 | 0.13 | 38.85 | 0.68 | 0.6 |
| Hex | DE | AD | 53 | 0 | 16 | 3F | D | 27 | 44 | 3C |
| Octal | 336 | 255 | 123 | 0 | 26 | 77 | 15 | 47 | 104 | 74 |
| Binary | 11011110 | 10101101 | 1010011 | 0 | 10110 | 111111 | 1101 | 100111 | 1000100 | 111100 |
Color Harmonies of #DEAD53
Complementary color
Monochromatic Colors of #DEAD53
Black with #DEAD53
Text Example
Text Example
White with #DEAD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD53; }
p { color: rgb(222,173,83); }
H1.HeaderClassName
{
color: #DEAD53;
}
.AnyTagClassName
{
color: #DEAD53;
}
</style>
background-color css
<style>
a { background-color: #DEAD53; }
a { background-color: rgb(222,173,83); }
div.DivClassName
{
background-color: #DEAD53;
}
.BgClassName
{
background-color: #DEAD53;
}
</style>
border-color css
<style>
span { border-color: #DEAD53; }
span { border-color: rgb(222,173,83); }
td.TdClassName
{
border-color: #DEAD53;
}
.TagClassName
{
border-color: #DEAD53;
}
</style>