Shades of Rob Roy #DBA64F
Tints of Rob Roy #DBA64F
RGB
CMYK
RGB Variations
Color information
#DBA64F (or 0xDBA64F) is known color: Rob Roy. HEX triplet: DB, A6 and 4F. RGB value is (219,166,79). Sum of RGB (Red+Green+Blue) = 219+166+79=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA64F is #2459B0. Grayscale: #ACACAC. Windows color (decimal): -2382257 or 5220059. OLE color: 5220059.
HSL color Cylindrical-coordinate representation of color #DBA64F: hue angle of 37.29º 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 #DBA64F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 79 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.14 |
| HSL | 37.29º | 0.66% | 0.58% | - |
| HSV(B) | 37.29º | 0.64% | 0.86% | - |
| XYZ | 44.26 | 42.9 | 13.34 | - |
| YUV | 171.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 79 | 0 | 0.24 | 0.64 | 0.14 | 37.29 | 0.66 | 0.58 |
| Hex | DB | A6 | 4F | 0 | 18 | 40 | E | 25 | 42 | 3A |
| Octal | 333 | 246 | 117 | 0 | 30 | 100 | 16 | 45 | 102 | 72 |
| Binary | 11011011 | 10100110 | 1001111 | 0 | 11000 | 1000000 | 1110 | 100101 | 1000010 | 111010 |
Color Harmonies of #DBA64F
Complementary color
Monochromatic Colors of #DBA64F
Black with #DBA64F
Text Example
Text Example
White with #DBA64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA64F; }
p { color: rgb(219,166,79); }
H1.HeaderClassName
{
color: #DBA64F;
}
.AnyTagClassName
{
color: #DBA64F;
}
</style>
background-color css
<style>
a { background-color: #DBA64F; }
a { background-color: rgb(219,166,79); }
div.DivClassName
{
background-color: #DBA64F;
}
.BgClassName
{
background-color: #DBA64F;
}
</style>
border-color css
<style>
span { border-color: #DBA64F; }
span { border-color: rgb(219,166,79); }
td.TdClassName
{
border-color: #DBA64F;
}
.TagClassName
{
border-color: #DBA64F;
}
</style>