Shades of Rob Roy #DEAF53
Tints of Rob Roy #DEAF53
RGB
CMYK
RGB Variations
Color information
#DEAF53 (or 0xDEAF53) is known color: Rob Roy. HEX triplet: DE, AF and 53. RGB value is (222,175,83). Sum of RGB (Red+Green+Blue) = 222+175+83=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF53 is #2150AC. Grayscale: #B2B2B2. Windows color (decimal): -2183341 or 5484510. OLE color: 5484510.
HSL color Cylindrical-coordinate representation of color #DEAF53: hue angle of 39.71º 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 #DEAF53 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 83 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.13 |
| HSL | 39.71º | 0.68% | 0.6% | - |
| HSV(B) | 39.71º | 0.63% | 0.87% | - |
| XYZ | 47.02 | 46.81 | 14.74 | - |
| YUV | 178.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 83 | 0 | 0.21 | 0.63 | 0.13 | 39.71 | 0.68 | 0.6 |
| Hex | DE | AF | 53 | 0 | 15 | 3F | D | 28 | 44 | 3C |
| Octal | 336 | 257 | 123 | 0 | 25 | 77 | 15 | 50 | 104 | 74 |
| Binary | 11011110 | 10101111 | 1010011 | 0 | 10101 | 111111 | 1101 | 101000 | 1000100 | 111100 |
Color Harmonies of #DEAF53
Complementary color
Monochromatic Colors of #DEAF53
Black with #DEAF53
Text Example
Text Example
White with #DEAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF53; }
p { color: rgb(222,175,83); }
H1.HeaderClassName
{
color: #DEAF53;
}
.AnyTagClassName
{
color: #DEAF53;
}
</style>
background-color css
<style>
a { background-color: #DEAF53; }
a { background-color: rgb(222,175,83); }
div.DivClassName
{
background-color: #DEAF53;
}
.BgClassName
{
background-color: #DEAF53;
}
</style>
border-color css
<style>
span { border-color: #DEAF53; }
span { border-color: rgb(222,175,83); }
td.TdClassName
{
border-color: #DEAF53;
}
.TagClassName
{
border-color: #DEAF53;
}
</style>