Shades of Rob Roy #DBAB4D
Tints of Rob Roy #DBAB4D
RGB
CMYK
RGB Variations
Color information
#DBAB4D (or 0xDBAB4D) is known color: Rob Roy. HEX triplet: DB, AB and 4D. RGB value is (219,171,77). Sum of RGB (Red+Green+Blue) = 219+171+77=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB4D is #2454B2. Grayscale: #AFAFAF. Windows color (decimal): -2380979 or 5090267. OLE color: 5090267.
HSL color Cylindrical-coordinate representation of color #DBAB4D: hue angle of 39.72º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBAB4D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 77 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.14 |
| HSL | 39.72º | 0.66% | 0.58% | - |
| HSV(B) | 39.72º | 0.65% | 0.86% | - |
| XYZ | 45.12 | 44.72 | 13.28 | - |
| YUV | 174.64 | 72.9 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 77 | 0 | 0.22 | 0.65 | 0.14 | 39.72 | 0.66 | 0.58 |
| Hex | DB | AB | 4D | 0 | 16 | 41 | E | 28 | 42 | 3A |
| Octal | 333 | 253 | 115 | 0 | 26 | 101 | 16 | 50 | 102 | 72 |
| Binary | 11011011 | 10101011 | 1001101 | 0 | 10110 | 1000001 | 1110 | 101000 | 1000010 | 111010 |
Color Harmonies of #DBAB4D
Complementary color
Monochromatic Colors of #DBAB4D
Black with #DBAB4D
Text Example
Text Example
White with #DBAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB4D; }
p { color: rgb(219,171,77); }
H1.HeaderClassName
{
color: #DBAB4D;
}
.AnyTagClassName
{
color: #DBAB4D;
}
</style>
background-color css
<style>
a { background-color: #DBAB4D; }
a { background-color: rgb(219,171,77); }
div.DivClassName
{
background-color: #DBAB4D;
}
.BgClassName
{
background-color: #DBAB4D;
}
</style>
border-color css
<style>
span { border-color: #DBAB4D; }
span { border-color: rgb(219,171,77); }
td.TdClassName
{
border-color: #DBAB4D;
}
.TagClassName
{
border-color: #DBAB4D;
}
</style>