Shades of Rob Roy #DEAC5D
Tints of Rob Roy #DEAC5D
RGB
CMYK
RGB Variations
Color information
#DEAC5D (or 0xDEAC5D) is known color: Rob Roy. HEX triplet: DE, AC and 5D. RGB value is (222,172,93). Sum of RGB (Red+Green+Blue) = 222+172+93=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC5D is #2153A2. Grayscale: #B2B2B2. Windows color (decimal): -2184099 or 6139102. OLE color: 6139102.
HSL color Cylindrical-coordinate representation of color #DEAC5D: hue angle of 36.74º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEAC5D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 93 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.13 |
| HSL | 36.74º | 0.66% | 0.62% | - |
| HSV(B) | 36.74º | 0.58% | 0.87% | - |
| XYZ | 46.85 | 45.82 | 16.73 | - |
| YUV | 177.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 93 | 0 | 0.23 | 0.58 | 0.13 | 36.74 | 0.66 | 0.62 |
| Hex | DE | AC | 5D | 0 | 17 | 3A | D | 25 | 42 | 3E |
| Octal | 336 | 254 | 135 | 0 | 27 | 72 | 15 | 45 | 102 | 76 |
| Binary | 11011110 | 10101100 | 1011101 | 0 | 10111 | 111010 | 1101 | 100101 | 1000010 | 111110 |
Color Harmonies of #DEAC5D
Complementary color
Monochromatic Colors of #DEAC5D
Black with #DEAC5D
Text Example
Text Example
White with #DEAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC5D; }
p { color: rgb(222,172,93); }
H1.HeaderClassName
{
color: #DEAC5D;
}
.AnyTagClassName
{
color: #DEAC5D;
}
</style>
background-color css
<style>
a { background-color: #DEAC5D; }
a { background-color: rgb(222,172,93); }
div.DivClassName
{
background-color: #DEAC5D;
}
.BgClassName
{
background-color: #DEAC5D;
}
</style>
border-color css
<style>
span { border-color: #DEAC5D; }
span { border-color: rgb(222,172,93); }
td.TdClassName
{
border-color: #DEAC5D;
}
.TagClassName
{
border-color: #DEAC5D;
}
</style>