Shades of Rob Roy #DEAC4F
Tints of Rob Roy #DEAC4F
RGB
CMYK
RGB Variations
Color information
#DEAC4F (or 0xDEAC4F) is known color: Rob Roy. HEX triplet: DE, AC and 4F. RGB value is (222,172,79). Sum of RGB (Red+Green+Blue) = 222+172+79=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC4F is #2153B0. Grayscale: #B0B0B0. Windows color (decimal): -2184113 or 5221598. OLE color: 5221598.
HSL color Cylindrical-coordinate representation of color #DEAC4F: hue angle of 39.02º 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 #DEAC4F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 79 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.13 |
| HSL | 39.02º | 0.68% | 0.59% | - |
| HSV(B) | 39.02º | 0.64% | 0.87% | - |
| XYZ | 46.29 | 45.6 | 13.76 | - |
| YUV | 176.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 79 | 0 | 0.23 | 0.64 | 0.13 | 39.02 | 0.68 | 0.59 |
| Hex | DE | AC | 4F | 0 | 17 | 40 | D | 27 | 44 | 3B |
| Octal | 336 | 254 | 117 | 0 | 27 | 100 | 15 | 47 | 104 | 73 |
| Binary | 11011110 | 10101100 | 1001111 | 0 | 10111 | 1000000 | 1101 | 100111 | 1000100 | 111011 |
Color Harmonies of #DEAC4F
Complementary color
Monochromatic Colors of #DEAC4F
Black with #DEAC4F
Text Example
Text Example
White with #DEAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC4F; }
p { color: rgb(222,172,79); }
H1.HeaderClassName
{
color: #DEAC4F;
}
.AnyTagClassName
{
color: #DEAC4F;
}
</style>
background-color css
<style>
a { background-color: #DEAC4F; }
a { background-color: rgb(222,172,79); }
div.DivClassName
{
background-color: #DEAC4F;
}
.BgClassName
{
background-color: #DEAC4F;
}
</style>
border-color css
<style>
span { border-color: #DEAC4F; }
span { border-color: rgb(222,172,79); }
td.TdClassName
{
border-color: #DEAC4F;
}
.TagClassName
{
border-color: #DEAC4F;
}
</style>