Shades of Rob Roy #DBA64D
Tints of Rob Roy #DBA64D
RGB
CMYK
RGB Variations
Color information
#DBA64D (or 0xDBA64D) is known color: Rob Roy. HEX triplet: DB, A6 and 4D. RGB value is (219,166,77). Sum of RGB (Red+Green+Blue) = 219+166+77=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA64D is #2459B2. Grayscale: #ACACAC. Windows color (decimal): -2382259 or 5088987. OLE color: 5088987.
HSL color Cylindrical-coordinate representation of color #DBA64D: hue angle of 37.61º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBA64D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 77 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.14 |
| HSL | 37.61º | 0.66% | 0.58% | - |
| HSV(B) | 37.61º | 0.65% | 0.86% | - |
| XYZ | 44.19 | 42.87 | 12.97 | - |
| YUV | 171.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 77 | 0 | 0.24 | 0.65 | 0.14 | 37.61 | 0.66 | 0.58 |
| Hex | DB | A6 | 4D | 0 | 18 | 41 | E | 26 | 42 | 3A |
| Octal | 333 | 246 | 115 | 0 | 30 | 101 | 16 | 46 | 102 | 72 |
| Binary | 11011011 | 10100110 | 1001101 | 0 | 11000 | 1000001 | 1110 | 100110 | 1000010 | 111010 |
Color Harmonies of #DBA64D
Complementary color
Monochromatic Colors of #DBA64D
Black with #DBA64D
Text Example
Text Example
White with #DBA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA64D; }
p { color: rgb(219,166,77); }
H1.HeaderClassName
{
color: #DBA64D;
}
.AnyTagClassName
{
color: #DBA64D;
}
</style>
background-color css
<style>
a { background-color: #DBA64D; }
a { background-color: rgb(219,166,77); }
div.DivClassName
{
background-color: #DBA64D;
}
.BgClassName
{
background-color: #DBA64D;
}
</style>
border-color css
<style>
span { border-color: #DBA64D; }
span { border-color: rgb(219,166,77); }
td.TdClassName
{
border-color: #DBA64D;
}
.TagClassName
{
border-color: #DBA64D;
}
</style>