Shades of Rob Roy #DBA84F
Tints of Rob Roy #DBA84F
RGB
CMYK
RGB Variations
Color information
#DBA84F (or 0xDBA84F) is known color: Rob Roy. HEX triplet: DB, A8 and 4F. RGB value is (219,168,79). Sum of RGB (Red+Green+Blue) = 219+168+79=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA84F is #2457B0. Grayscale: #ADADAD. Windows color (decimal): -2381745 or 5220571. OLE color: 5220571.
HSL color Cylindrical-coordinate representation of color #DBA84F: hue angle of 38.14º 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 #DBA84F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 79 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.14 |
| HSL | 38.14º | 0.66% | 0.58% | - |
| HSV(B) | 38.14º | 0.64% | 0.86% | - |
| XYZ | 44.63 | 43.63 | 13.47 | - |
| YUV | 173.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 79 | 0 | 0.23 | 0.64 | 0.14 | 38.14 | 0.66 | 0.58 |
| Hex | DB | A8 | 4F | 0 | 17 | 40 | E | 26 | 42 | 3A |
| Octal | 333 | 250 | 117 | 0 | 27 | 100 | 16 | 46 | 102 | 72 |
| Binary | 11011011 | 10101000 | 1001111 | 0 | 10111 | 1000000 | 1110 | 100110 | 1000010 | 111010 |
Color Harmonies of #DBA84F
Complementary color
Monochromatic Colors of #DBA84F
Black with #DBA84F
Text Example
Text Example
White with #DBA84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA84F; }
p { color: rgb(219,168,79); }
H1.HeaderClassName
{
color: #DBA84F;
}
.AnyTagClassName
{
color: #DBA84F;
}
</style>
background-color css
<style>
a { background-color: #DBA84F; }
a { background-color: rgb(219,168,79); }
div.DivClassName
{
background-color: #DBA84F;
}
.BgClassName
{
background-color: #DBA84F;
}
</style>
border-color css
<style>
span { border-color: #DBA84F; }
span { border-color: rgb(219,168,79); }
td.TdClassName
{
border-color: #DBA84F;
}
.TagClassName
{
border-color: #DBA84F;
}
</style>