Shades of Rob Roy #DEAC55
Tints of Rob Roy #DEAC55
RGB
CMYK
RGB Variations
Color information
#DEAC55 (or 0xDEAC55) is known color: Rob Roy. HEX triplet: DE, AC and 55. RGB value is (222,172,85). Sum of RGB (Red+Green+Blue) = 222+172+85=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC55 is #2153AA. Grayscale: #B1B1B1. Windows color (decimal): -2184107 or 5614814. OLE color: 5614814.
HSL color Cylindrical-coordinate representation of color #DEAC55: hue angle of 38.1º degrees, saturation: 0.67, 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 #DEAC55 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 85 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.13 |
| HSL | 38.1º | 0.67% | 0.6% | - |
| HSV(B) | 38.1º | 0.62% | 0.87% | - |
| XYZ | 46.52 | 45.69 | 14.96 | - |
| YUV | 177.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 85 | 0 | 0.23 | 0.62 | 0.13 | 38.1 | 0.67 | 0.6 |
| Hex | DE | AC | 55 | 0 | 17 | 3E | D | 26 | 43 | 3C |
| Octal | 336 | 254 | 125 | 0 | 27 | 76 | 15 | 46 | 103 | 74 |
| Binary | 11011110 | 10101100 | 1010101 | 0 | 10111 | 111110 | 1101 | 100110 | 1000011 | 111100 |
Color Harmonies of #DEAC55
Complementary color
Monochromatic Colors of #DEAC55
Black with #DEAC55
Text Example
Text Example
White with #DEAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC55; }
p { color: rgb(222,172,85); }
H1.HeaderClassName
{
color: #DEAC55;
}
.AnyTagClassName
{
color: #DEAC55;
}
</style>
background-color css
<style>
a { background-color: #DEAC55; }
a { background-color: rgb(222,172,85); }
div.DivClassName
{
background-color: #DEAC55;
}
.BgClassName
{
background-color: #DEAC55;
}
</style>
border-color css
<style>
span { border-color: #DEAC55; }
span { border-color: rgb(222,172,85); }
td.TdClassName
{
border-color: #DEAC55;
}
.TagClassName
{
border-color: #DEAC55;
}
</style>