Shades of Rob Roy #DEAF4B
Tints of Rob Roy #DEAF4B
RGB
CMYK
RGB Variations
Color information
#DEAF4B (or 0xDEAF4B) is known color: Rob Roy. HEX triplet: DE, AF and 4B. RGB value is (222,175,75). Sum of RGB (Red+Green+Blue) = 222+175+75=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF4B is #2150B4. Grayscale: #B2B2B2. Windows color (decimal): -2183349 or 4960222. OLE color: 4960222.
HSL color Cylindrical-coordinate representation of color #DEAF4B: hue angle of 40.82º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEAF4B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 75 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.13 |
| HSL | 40.82º | 0.69% | 0.58% | - |
| HSV(B) | 40.82º | 0.66% | 0.87% | - |
| XYZ | 46.72 | 46.7 | 13.21 | - |
| YUV | 177.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 75 | 0 | 0.21 | 0.66 | 0.13 | 40.82 | 0.69 | 0.58 |
| Hex | DE | AF | 4B | 0 | 15 | 42 | D | 29 | 45 | 3A |
| Octal | 336 | 257 | 113 | 0 | 25 | 102 | 15 | 51 | 105 | 72 |
| Binary | 11011110 | 10101111 | 1001011 | 0 | 10101 | 1000010 | 1101 | 101001 | 1000101 | 111010 |
Color Harmonies of #DEAF4B
Complementary color
Monochromatic Colors of #DEAF4B
Black with #DEAF4B
Text Example
Text Example
White with #DEAF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF4B; }
p { color: rgb(222,175,75); }
H1.HeaderClassName
{
color: #DEAF4B;
}
.AnyTagClassName
{
color: #DEAF4B;
}
</style>
background-color css
<style>
a { background-color: #DEAF4B; }
a { background-color: rgb(222,175,75); }
div.DivClassName
{
background-color: #DEAF4B;
}
.BgClassName
{
background-color: #DEAF4B;
}
</style>
border-color css
<style>
span { border-color: #DEAF4B; }
span { border-color: rgb(222,175,75); }
td.TdClassName
{
border-color: #DEAF4B;
}
.TagClassName
{
border-color: #DEAF4B;
}
</style>