Shades of Rob Roy #DBA94D
Tints of Rob Roy #DBA94D
RGB
CMYK
RGB Variations
Color information
#DBA94D (or 0xDBA94D) is known color: Rob Roy. HEX triplet: DB, A9 and 4D. RGB value is (219,169,77). Sum of RGB (Red+Green+Blue) = 219+169+77=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA94D is #2456B2. Grayscale: #ADADAD. Windows color (decimal): -2381491 or 5089755. OLE color: 5089755.
HSL color Cylindrical-coordinate representation of color #DBA94D: hue angle of 38.87º 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 #DBA94D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 77 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.14 |
| HSL | 38.87º | 0.66% | 0.58% | - |
| HSV(B) | 38.87º | 0.65% | 0.86% | - |
| XYZ | 44.74 | 43.97 | 13.15 | - |
| YUV | 173.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 77 | 0 | 0.23 | 0.65 | 0.14 | 38.87 | 0.66 | 0.58 |
| Hex | DB | A9 | 4D | 0 | 17 | 41 | E | 27 | 42 | 3A |
| Octal | 333 | 251 | 115 | 0 | 27 | 101 | 16 | 47 | 102 | 72 |
| Binary | 11011011 | 10101001 | 1001101 | 0 | 10111 | 1000001 | 1110 | 100111 | 1000010 | 111010 |
Color Harmonies of #DBA94D
Complementary color
Monochromatic Colors of #DBA94D
Black with #DBA94D
Text Example
Text Example
White with #DBA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA94D; }
p { color: rgb(219,169,77); }
H1.HeaderClassName
{
color: #DBA94D;
}
.AnyTagClassName
{
color: #DBA94D;
}
</style>
background-color css
<style>
a { background-color: #DBA94D; }
a { background-color: rgb(219,169,77); }
div.DivClassName
{
background-color: #DBA94D;
}
.BgClassName
{
background-color: #DBA94D;
}
</style>
border-color css
<style>
span { border-color: #DBA94D; }
span { border-color: rgb(219,169,77); }
td.TdClassName
{
border-color: #DBA94D;
}
.TagClassName
{
border-color: #DBA94D;
}
</style>