Shades of Rob Roy #DBAB50
Tints of Rob Roy #DBAB50
RGB
CMYK
RGB Variations
Color information
#DBAB50 (or 0xDBAB50) is known color: Rob Roy. HEX triplet: DB, AB and 50. RGB value is (219,171,80). Sum of RGB (Red+Green+Blue) = 219+171+80=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB50 is #2454AF. Grayscale: #AFAFAF. Windows color (decimal): -2380976 or 5286875. OLE color: 5286875.
HSL color Cylindrical-coordinate representation of color #DBAB50: hue angle of 39.28º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBAB50 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 80 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.14 |
| HSL | 39.28º | 0.66% | 0.59% | - |
| HSV(B) | 39.28º | 0.63% | 0.86% | - |
| XYZ | 45.22 | 44.77 | 13.85 | - |
| YUV | 174.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 80 | 0 | 0.22 | 0.63 | 0.14 | 39.28 | 0.66 | 0.59 |
| Hex | DB | AB | 50 | 0 | 16 | 3F | E | 27 | 42 | 3B |
| Octal | 333 | 253 | 120 | 0 | 26 | 77 | 16 | 47 | 102 | 73 |
| Binary | 11011011 | 10101011 | 1010000 | 0 | 10110 | 111111 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DBAB50
Complementary color
Monochromatic Colors of #DBAB50
Black with #DBAB50
Text Example
Text Example
White with #DBAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB50; }
p { color: rgb(219,171,80); }
H1.HeaderClassName
{
color: #DBAB50;
}
.AnyTagClassName
{
color: #DBAB50;
}
</style>
background-color css
<style>
a { background-color: #DBAB50; }
a { background-color: rgb(219,171,80); }
div.DivClassName
{
background-color: #DBAB50;
}
.BgClassName
{
background-color: #DBAB50;
}
</style>
border-color css
<style>
span { border-color: #DBAB50; }
span { border-color: rgb(219,171,80); }
td.TdClassName
{
border-color: #DBAB50;
}
.TagClassName
{
border-color: #DBAB50;
}
</style>