Shades of Rob Roy #DBA84E
Tints of Rob Roy #DBA84E
RGB
CMYK
RGB Variations
Color information
#DBA84E (or 0xDBA84E) is known color: Rob Roy. HEX triplet: DB, A8 and 4E. RGB value is (219,168,78). Sum of RGB (Red+Green+Blue) = 219+168+78=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA84E is #2457B1. Grayscale: #ADADAD. Windows color (decimal): -2381746 or 5155035. OLE color: 5155035.
HSL color Cylindrical-coordinate representation of color #DBA84E: hue angle of 38.3º 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 #DBA84E is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 78 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.14 |
| HSL | 38.3º | 0.66% | 0.58% | - |
| HSV(B) | 38.3º | 0.64% | 0.86% | - |
| XYZ | 44.59 | 43.62 | 13.28 | - |
| YUV | 172.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 78 | 0 | 0.23 | 0.64 | 0.14 | 38.3 | 0.66 | 0.58 |
| Hex | DB | A8 | 4E | 0 | 17 | 40 | E | 26 | 42 | 3A |
| Octal | 333 | 250 | 116 | 0 | 27 | 100 | 16 | 46 | 102 | 72 |
| Binary | 11011011 | 10101000 | 1001110 | 0 | 10111 | 1000000 | 1110 | 100110 | 1000010 | 111010 |
Color Harmonies of #DBA84E
Complementary color
Monochromatic Colors of #DBA84E
Black with #DBA84E
Text Example
Text Example
White with #DBA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA84E; }
p { color: rgb(219,168,78); }
H1.HeaderClassName
{
color: #DBA84E;
}
.AnyTagClassName
{
color: #DBA84E;
}
</style>
background-color css
<style>
a { background-color: #DBA84E; }
a { background-color: rgb(219,168,78); }
div.DivClassName
{
background-color: #DBA84E;
}
.BgClassName
{
background-color: #DBA84E;
}
</style>
border-color css
<style>
span { border-color: #DBA84E; }
span { border-color: rgb(219,168,78); }
td.TdClassName
{
border-color: #DBA84E;
}
.TagClassName
{
border-color: #DBA84E;
}
</style>