Shades of Rob Roy #DEAB4D
Tints of Rob Roy #DEAB4D
RGB
CMYK
RGB Variations
Color information
#DEAB4D (or 0xDEAB4D) is known color: Rob Roy. HEX triplet: DE, AB and 4D. RGB value is (222,171,77). Sum of RGB (Red+Green+Blue) = 222+171+77=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB4D is #2154B2. Grayscale: #AFAFAF. Windows color (decimal): -2184371 or 5090270. OLE color: 5090270.
HSL color Cylindrical-coordinate representation of color #DEAB4D: hue angle of 38.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEAB4D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 77 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.13 |
| HSL | 38.9º | 0.69% | 0.59% | - |
| HSV(B) | 38.9º | 0.65% | 0.87% | - |
| XYZ | 46.03 | 45.19 | 13.32 | - |
| YUV | 175.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 77 | 0 | 0.23 | 0.65 | 0.13 | 38.9 | 0.69 | 0.59 |
| Hex | DE | AB | 4D | 0 | 17 | 41 | D | 27 | 45 | 3B |
| Octal | 336 | 253 | 115 | 0 | 27 | 101 | 15 | 47 | 105 | 73 |
| Binary | 11011110 | 10101011 | 1001101 | 0 | 10111 | 1000001 | 1101 | 100111 | 1000101 | 111011 |
Color Harmonies of #DEAB4D
Complementary color
Monochromatic Colors of #DEAB4D
Black with #DEAB4D
Text Example
Text Example
White with #DEAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB4D; }
p { color: rgb(222,171,77); }
H1.HeaderClassName
{
color: #DEAB4D;
}
.AnyTagClassName
{
color: #DEAB4D;
}
</style>
background-color css
<style>
a { background-color: #DEAB4D; }
a { background-color: rgb(222,171,77); }
div.DivClassName
{
background-color: #DEAB4D;
}
.BgClassName
{
background-color: #DEAB4D;
}
</style>
border-color css
<style>
span { border-color: #DEAB4D; }
span { border-color: rgb(222,171,77); }
td.TdClassName
{
border-color: #DEAB4D;
}
.TagClassName
{
border-color: #DEAB4D;
}
</style>