Shades of Rob Roy #DBAB52
Tints of Rob Roy #DBAB52
RGB
CMYK
RGB Variations
Color information
#DBAB52 (or 0xDBAB52) is known color: Rob Roy. HEX triplet: DB, AB and 52. RGB value is (219,171,82). Sum of RGB (Red+Green+Blue) = 219+171+82=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB52 is #2454AD. Grayscale: #AFAFAF. Windows color (decimal): -2380974 or 5417947. OLE color: 5417947.
HSL color Cylindrical-coordinate representation of color #DBAB52: hue angle of 38.98º 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 #DBAB52 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 82 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.14 |
| HSL | 38.98º | 0.66% | 0.59% | - |
| HSV(B) | 38.98º | 0.63% | 0.86% | - |
| XYZ | 45.3 | 44.8 | 14.24 | - |
| YUV | 175.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 82 | 0 | 0.22 | 0.63 | 0.14 | 38.98 | 0.66 | 0.59 |
| Hex | DB | AB | 52 | 0 | 16 | 3F | E | 27 | 42 | 3B |
| Octal | 333 | 253 | 122 | 0 | 26 | 77 | 16 | 47 | 102 | 73 |
| Binary | 11011011 | 10101011 | 1010010 | 0 | 10110 | 111111 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DBAB52
Complementary color
Monochromatic Colors of #DBAB52
Black with #DBAB52
Text Example
Text Example
White with #DBAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB52; }
p { color: rgb(219,171,82); }
H1.HeaderClassName
{
color: #DBAB52;
}
.AnyTagClassName
{
color: #DBAB52;
}
</style>
background-color css
<style>
a { background-color: #DBAB52; }
a { background-color: rgb(219,171,82); }
div.DivClassName
{
background-color: #DBAB52;
}
.BgClassName
{
background-color: #DBAB52;
}
</style>
border-color css
<style>
span { border-color: #DBAB52; }
span { border-color: rgb(219,171,82); }
td.TdClassName
{
border-color: #DBAB52;
}
.TagClassName
{
border-color: #DBAB52;
}
</style>