Shades of Rob Roy #DEAF4F
Tints of Rob Roy #DEAF4F
RGB
CMYK
RGB Variations
Color information
#DEAF4F (or 0xDEAF4F) is known color: Rob Roy. HEX triplet: DE, AF and 4F. RGB value is (222,175,79). Sum of RGB (Red+Green+Blue) = 222+175+79=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF4F is #2150B0. Grayscale: #B2B2B2. Windows color (decimal): -2183345 or 5222366. OLE color: 5222366.
HSL color Cylindrical-coordinate representation of color #DEAF4F: hue angle of 40.28º 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 #DEAF4F is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 79 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.13 |
| HSL | 40.28º | 0.68% | 0.59% | - |
| HSV(B) | 40.28º | 0.64% | 0.87% | - |
| XYZ | 46.87 | 46.75 | 13.95 | - |
| YUV | 178.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 79 | 0 | 0.21 | 0.64 | 0.13 | 40.28 | 0.68 | 0.59 |
| Hex | DE | AF | 4F | 0 | 15 | 40 | D | 28 | 44 | 3B |
| Octal | 336 | 257 | 117 | 0 | 25 | 100 | 15 | 50 | 104 | 73 |
| Binary | 11011110 | 10101111 | 1001111 | 0 | 10101 | 1000000 | 1101 | 101000 | 1000100 | 111011 |
Color Harmonies of #DEAF4F
Complementary color
Monochromatic Colors of #DEAF4F
Black with #DEAF4F
Text Example
Text Example
White with #DEAF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF4F; }
p { color: rgb(222,175,79); }
H1.HeaderClassName
{
color: #DEAF4F;
}
.AnyTagClassName
{
color: #DEAF4F;
}
</style>
background-color css
<style>
a { background-color: #DEAF4F; }
a { background-color: rgb(222,175,79); }
div.DivClassName
{
background-color: #DEAF4F;
}
.BgClassName
{
background-color: #DEAF4F;
}
</style>
border-color css
<style>
span { border-color: #DEAF4F; }
span { border-color: rgb(222,175,79); }
td.TdClassName
{
border-color: #DEAF4F;
}
.TagClassName
{
border-color: #DEAF4F;
}
</style>