Shades of Rob Roy #DEAC4B
Tints of Rob Roy #DEAC4B
RGB
CMYK
RGB Variations
Color information
#DEAC4B (or 0xDEAC4B) is known color: Rob Roy. HEX triplet: DE, AC and 4B. RGB value is (222,172,75). Sum of RGB (Red+Green+Blue) = 222+172+75=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC4B is #2153B4. Grayscale: #B0B0B0. Windows color (decimal): -2184117 or 4959454. OLE color: 4959454.
HSL color Cylindrical-coordinate representation of color #DEAC4B: hue angle of 39.59º 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 #DEAC4B is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 75 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.13 |
| HSL | 39.59º | 0.69% | 0.58% | - |
| HSV(B) | 39.59º | 0.66% | 0.87% | - |
| XYZ | 46.15 | 45.54 | 13.02 | - |
| YUV | 175.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 75 | 0 | 0.23 | 0.66 | 0.13 | 39.59 | 0.69 | 0.58 |
| Hex | DE | AC | 4B | 0 | 17 | 42 | D | 28 | 45 | 3A |
| Octal | 336 | 254 | 113 | 0 | 27 | 102 | 15 | 50 | 105 | 72 |
| Binary | 11011110 | 10101100 | 1001011 | 0 | 10111 | 1000010 | 1101 | 101000 | 1000101 | 111010 |
Color Harmonies of #DEAC4B
Complementary color
Monochromatic Colors of #DEAC4B
Black with #DEAC4B
Text Example
Text Example
White with #DEAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC4B; }
p { color: rgb(222,172,75); }
H1.HeaderClassName
{
color: #DEAC4B;
}
.AnyTagClassName
{
color: #DEAC4B;
}
</style>
background-color css
<style>
a { background-color: #DEAC4B; }
a { background-color: rgb(222,172,75); }
div.DivClassName
{
background-color: #DEAC4B;
}
.BgClassName
{
background-color: #DEAC4B;
}
</style>
border-color css
<style>
span { border-color: #DEAC4B; }
span { border-color: rgb(222,172,75); }
td.TdClassName
{
border-color: #DEAC4B;
}
.TagClassName
{
border-color: #DEAC4B;
}
</style>