Shades of Rob Roy #DEAF5B
Tints of Rob Roy #DEAF5B
RGB
CMYK
RGB Variations
Color information
#DEAF5B (or 0xDEAF5B) is known color: Rob Roy. HEX triplet: DE, AF and 5B. RGB value is (222,175,91). Sum of RGB (Red+Green+Blue) = 222+175+91=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF5B is #2150A4. Grayscale: #B3B3B3. Windows color (decimal): -2183333 or 6008798. OLE color: 6008798.
HSL color Cylindrical-coordinate representation of color #DEAF5B: hue angle of 38.47º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEAF5B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 91 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.13 |
| HSL | 38.47º | 0.66% | 0.61% | - |
| HSV(B) | 38.47º | 0.59% | 0.87% | - |
| XYZ | 47.34 | 46.94 | 16.46 | - |
| YUV | 179.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 91 | 0 | 0.21 | 0.59 | 0.13 | 38.47 | 0.66 | 0.61 |
| Hex | DE | AF | 5B | 0 | 15 | 3B | D | 26 | 42 | 3D |
| Octal | 336 | 257 | 133 | 0 | 25 | 73 | 15 | 46 | 102 | 75 |
| Binary | 11011110 | 10101111 | 1011011 | 0 | 10101 | 111011 | 1101 | 100110 | 1000010 | 111101 |
Color Harmonies of #DEAF5B
Complementary color
Monochromatic Colors of #DEAF5B
Black with #DEAF5B
Text Example
Text Example
White with #DEAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF5B; }
p { color: rgb(222,175,91); }
H1.HeaderClassName
{
color: #DEAF5B;
}
.AnyTagClassName
{
color: #DEAF5B;
}
</style>
background-color css
<style>
a { background-color: #DEAF5B; }
a { background-color: rgb(222,175,91); }
div.DivClassName
{
background-color: #DEAF5B;
}
.BgClassName
{
background-color: #DEAF5B;
}
</style>
border-color css
<style>
span { border-color: #DEAF5B; }
span { border-color: rgb(222,175,91); }
td.TdClassName
{
border-color: #DEAF5B;
}
.TagClassName
{
border-color: #DEAF5B;
}
</style>