Shades of Rob Roy #DBAB4E
Tints of Rob Roy #DBAB4E
RGB
CMYK
RGB Variations
Color information
#DBAB4E (or 0xDBAB4E) is known color: Rob Roy. HEX triplet: DB, AB and 4E. RGB value is (219,171,78). Sum of RGB (Red+Green+Blue) = 219+171+78=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB4E is #2454B1. Grayscale: #AFAFAF. Windows color (decimal): -2380978 or 5155803. OLE color: 5155803.
HSL color Cylindrical-coordinate representation of color #DBAB4E: hue angle of 39.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBAB4E is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 78 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.14 |
| HSL | 39.57º | 0.66% | 0.58% | - |
| HSV(B) | 39.57º | 0.64% | 0.86% | - |
| XYZ | 45.15 | 44.74 | 13.46 | - |
| YUV | 174.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 78 | 0 | 0.22 | 0.64 | 0.14 | 39.57 | 0.66 | 0.58 |
| Hex | DB | AB | 4E | 0 | 16 | 40 | E | 28 | 42 | 3A |
| Octal | 333 | 253 | 116 | 0 | 26 | 100 | 16 | 50 | 102 | 72 |
| Binary | 11011011 | 10101011 | 1001110 | 0 | 10110 | 1000000 | 1110 | 101000 | 1000010 | 111010 |
Color Harmonies of #DBAB4E
Complementary color
Monochromatic Colors of #DBAB4E
Black with #DBAB4E
Text Example
Text Example
White with #DBAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB4E; }
p { color: rgb(219,171,78); }
H1.HeaderClassName
{
color: #DBAB4E;
}
.AnyTagClassName
{
color: #DBAB4E;
}
</style>
background-color css
<style>
a { background-color: #DBAB4E; }
a { background-color: rgb(219,171,78); }
div.DivClassName
{
background-color: #DBAB4E;
}
.BgClassName
{
background-color: #DBAB4E;
}
</style>
border-color css
<style>
span { border-color: #DBAB4E; }
span { border-color: rgb(219,171,78); }
td.TdClassName
{
border-color: #DBAB4E;
}
.TagClassName
{
border-color: #DBAB4E;
}
</style>