Shades of Rob Roy #DEAC54
Tints of Rob Roy #DEAC54
RGB
CMYK
RGB Variations
Color information
#DEAC54 (or 0xDEAC54) is known color: Rob Roy. HEX triplet: DE, AC and 54. RGB value is (222,172,84). Sum of RGB (Red+Green+Blue) = 222+172+84=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC54 is #2153AB. Grayscale: #B1B1B1. Windows color (decimal): -2184108 or 5549278. OLE color: 5549278.
HSL color Cylindrical-coordinate representation of color #DEAC54: hue angle of 38.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEAC54 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 84 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.13 |
| HSL | 38.26º | 0.68% | 0.6% | - |
| HSV(B) | 38.26º | 0.62% | 0.87% | - |
| XYZ | 46.48 | 45.67 | 14.75 | - |
| YUV | 176.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 84 | 0 | 0.23 | 0.62 | 0.13 | 38.26 | 0.68 | 0.6 |
| Hex | DE | AC | 54 | 0 | 17 | 3E | D | 26 | 44 | 3C |
| Octal | 336 | 254 | 124 | 0 | 27 | 76 | 15 | 46 | 104 | 74 |
| Binary | 11011110 | 10101100 | 1010100 | 0 | 10111 | 111110 | 1101 | 100110 | 1000100 | 111100 |
Color Harmonies of #DEAC54
Complementary color
Monochromatic Colors of #DEAC54
Black with #DEAC54
Text Example
Text Example
White with #DEAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC54; }
p { color: rgb(222,172,84); }
H1.HeaderClassName
{
color: #DEAC54;
}
.AnyTagClassName
{
color: #DEAC54;
}
</style>
background-color css
<style>
a { background-color: #DEAC54; }
a { background-color: rgb(222,172,84); }
div.DivClassName
{
background-color: #DEAC54;
}
.BgClassName
{
background-color: #DEAC54;
}
</style>
border-color css
<style>
span { border-color: #DEAC54; }
span { border-color: rgb(222,172,84); }
td.TdClassName
{
border-color: #DEAC54;
}
.TagClassName
{
border-color: #DEAC54;
}
</style>