Shades of Rob Roy #DBAB51
Tints of Rob Roy #DBAB51
RGB
CMYK
RGB Variations
Color information
#DBAB51 (or 0xDBAB51) is known color: Rob Roy. HEX triplet: DB, AB and 51. RGB value is (219,171,81). Sum of RGB (Red+Green+Blue) = 219+171+81=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB51 is #2454AE. Grayscale: #AFAFAF. Windows color (decimal): -2380975 or 5352411. OLE color: 5352411.
HSL color Cylindrical-coordinate representation of color #DBAB51: hue angle of 39.13º 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 #DBAB51 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 81 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.14 |
| HSL | 39.13º | 0.66% | 0.59% | - |
| HSV(B) | 39.13º | 0.63% | 0.86% | - |
| XYZ | 45.26 | 44.78 | 14.04 | - |
| YUV | 175.09 | 74.9 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 81 | 0 | 0.22 | 0.63 | 0.14 | 39.13 | 0.66 | 0.59 |
| Hex | DB | AB | 51 | 0 | 16 | 3F | E | 27 | 42 | 3B |
| Octal | 333 | 253 | 121 | 0 | 26 | 77 | 16 | 47 | 102 | 73 |
| Binary | 11011011 | 10101011 | 1010001 | 0 | 10110 | 111111 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DBAB51
Complementary color
Monochromatic Colors of #DBAB51
Black with #DBAB51
Text Example
Text Example
White with #DBAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB51; }
p { color: rgb(219,171,81); }
H1.HeaderClassName
{
color: #DBAB51;
}
.AnyTagClassName
{
color: #DBAB51;
}
</style>
background-color css
<style>
a { background-color: #DBAB51; }
a { background-color: rgb(219,171,81); }
div.DivClassName
{
background-color: #DBAB51;
}
.BgClassName
{
background-color: #DBAB51;
}
</style>
border-color css
<style>
span { border-color: #DBAB51; }
span { border-color: rgb(219,171,81); }
td.TdClassName
{
border-color: #DBAB51;
}
.TagClassName
{
border-color: #DBAB51;
}
</style>