Shades of Rob Roy #DBAB54
Tints of Rob Roy #DBAB54
RGB
CMYK
RGB Variations
Color information
#DBAB54 (or 0xDBAB54) is known color: Rob Roy. HEX triplet: DB, AB and 54. RGB value is (219,171,84). Sum of RGB (Red+Green+Blue) = 219+171+84=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB54 is #2454AB. Grayscale: #AFAFAF. Windows color (decimal): -2380972 or 5549019. OLE color: 5549019.
HSL color Cylindrical-coordinate representation of color #DBAB54: hue angle of 38.67º 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 #DBAB54 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 84 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.14 |
| HSL | 38.67º | 0.65% | 0.59% | - |
| HSV(B) | 38.67º | 0.62% | 0.86% | - |
| XYZ | 45.38 | 44.83 | 14.65 | - |
| YUV | 175.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 84 | 0 | 0.22 | 0.62 | 0.14 | 38.67 | 0.65 | 0.59 |
| Hex | DB | AB | 54 | 0 | 16 | 3E | E | 27 | 41 | 3B |
| Octal | 333 | 253 | 124 | 0 | 26 | 76 | 16 | 47 | 101 | 73 |
| Binary | 11011011 | 10101011 | 1010100 | 0 | 10110 | 111110 | 1110 | 100111 | 1000001 | 111011 |
Color Harmonies of #DBAB54
Complementary color
Monochromatic Colors of #DBAB54
Black with #DBAB54
Text Example
Text Example
White with #DBAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB54; }
p { color: rgb(219,171,84); }
H1.HeaderClassName
{
color: #DBAB54;
}
.AnyTagClassName
{
color: #DBAB54;
}
</style>
background-color css
<style>
a { background-color: #DBAB54; }
a { background-color: rgb(219,171,84); }
div.DivClassName
{
background-color: #DBAB54;
}
.BgClassName
{
background-color: #DBAB54;
}
</style>
border-color css
<style>
span { border-color: #DBAB54; }
span { border-color: rgb(219,171,84); }
td.TdClassName
{
border-color: #DBAB54;
}
.TagClassName
{
border-color: #DBAB54;
}
</style>