Shades of Rob Roy #DBAA4E
Tints of Rob Roy #DBAA4E
RGB
CMYK
RGB Variations
Color information
#DBAA4E (or 0xDBAA4E) is known color: Rob Roy. HEX triplet: DB, AA and 4E. RGB value is (219,170,78). Sum of RGB (Red+Green+Blue) = 219+170+78=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA4E is #2455B1. Grayscale: #AEAEAE. Windows color (decimal): -2381234 or 5155547. OLE color: 5155547.
HSL color Cylindrical-coordinate representation of color #DBAA4E: hue angle of 39.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBAA4E is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 78 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.14 |
| HSL | 39.15º | 0.66% | 0.58% | - |
| HSV(B) | 39.15º | 0.64% | 0.86% | - |
| XYZ | 44.96 | 44.36 | 13.4 | - |
| YUV | 174.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 78 | 0 | 0.22 | 0.64 | 0.14 | 39.15 | 0.66 | 0.58 |
| Hex | DB | AA | 4E | 0 | 16 | 40 | E | 27 | 42 | 3A |
| Octal | 333 | 252 | 116 | 0 | 26 | 100 | 16 | 47 | 102 | 72 |
| Binary | 11011011 | 10101010 | 1001110 | 0 | 10110 | 1000000 | 1110 | 100111 | 1000010 | 111010 |
Color Harmonies of #DBAA4E
Complementary color
Monochromatic Colors of #DBAA4E
Black with #DBAA4E
Text Example
Text Example
White with #DBAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA4E; }
p { color: rgb(219,170,78); }
H1.HeaderClassName
{
color: #DBAA4E;
}
.AnyTagClassName
{
color: #DBAA4E;
}
</style>
background-color css
<style>
a { background-color: #DBAA4E; }
a { background-color: rgb(219,170,78); }
div.DivClassName
{
background-color: #DBAA4E;
}
.BgClassName
{
background-color: #DBAA4E;
}
</style>
border-color css
<style>
span { border-color: #DBAA4E; }
span { border-color: rgb(219,170,78); }
td.TdClassName
{
border-color: #DBAA4E;
}
.TagClassName
{
border-color: #DBAA4E;
}
</style>