Shades of Rob Roy #DBAB53
Tints of Rob Roy #DBAB53
RGB
CMYK
RGB Variations
Color information
#DBAB53 (or 0xDBAB53) is known color: Rob Roy. HEX triplet: DB, AB and 53. RGB value is (219,171,83). Sum of RGB (Red+Green+Blue) = 219+171+83=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB53 is #2454AC. Grayscale: #AFAFAF. Windows color (decimal): -2380973 or 5483483. OLE color: 5483483.
HSL color Cylindrical-coordinate representation of color #DBAB53: hue angle of 38.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBAB53 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 83 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.14 |
| HSL | 38.82º | 0.65% | 0.59% | - |
| HSV(B) | 38.82º | 0.62% | 0.86% | - |
| XYZ | 45.34 | 44.81 | 14.44 | - |
| YUV | 175.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 83 | 0 | 0.22 | 0.62 | 0.14 | 38.82 | 0.65 | 0.59 |
| Hex | DB | AB | 53 | 0 | 16 | 3E | E | 27 | 41 | 3B |
| Octal | 333 | 253 | 123 | 0 | 26 | 76 | 16 | 47 | 101 | 73 |
| Binary | 11011011 | 10101011 | 1010011 | 0 | 10110 | 111110 | 1110 | 100111 | 1000001 | 111011 |
Color Harmonies of #DBAB53
Complementary color
Monochromatic Colors of #DBAB53
Black with #DBAB53
Text Example
Text Example
White with #DBAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB53; }
p { color: rgb(219,171,83); }
H1.HeaderClassName
{
color: #DBAB53;
}
.AnyTagClassName
{
color: #DBAB53;
}
</style>
background-color css
<style>
a { background-color: #DBAB53; }
a { background-color: rgb(219,171,83); }
div.DivClassName
{
background-color: #DBAB53;
}
.BgClassName
{
background-color: #DBAB53;
}
</style>
border-color css
<style>
span { border-color: #DBAB53; }
span { border-color: rgb(219,171,83); }
td.TdClassName
{
border-color: #DBAB53;
}
.TagClassName
{
border-color: #DBAB53;
}
</style>