Shades of Rob Roy #DBA94B
Tints of Rob Roy #DBA94B
RGB
CMYK
RGB Variations
Color information
#DBA94B (or 0xDBA94B) is known color: Rob Roy. HEX triplet: DB, A9 and 4B. RGB value is (219,169,75). Sum of RGB (Red+Green+Blue) = 219+169+75=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA94B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA94B is #2456B4. Grayscale: #ADADAD. Windows color (decimal): -2381493 or 4958683. OLE color: 4958683.
HSL color Cylindrical-coordinate representation of color #DBA94B: hue angle of 39.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBA94B is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 75 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.14 |
| HSL | 39.17º | 0.67% | 0.58% | - |
| HSV(B) | 39.17º | 0.66% | 0.86% | - |
| XYZ | 44.67 | 43.94 | 12.78 | - |
| YUV | 173.23 | 72.57 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 75 | 0 | 0.23 | 0.66 | 0.14 | 39.17 | 0.67 | 0.58 |
| Hex | DB | A9 | 4B | 0 | 17 | 42 | E | 27 | 43 | 3A |
| Octal | 333 | 251 | 113 | 0 | 27 | 102 | 16 | 47 | 103 | 72 |
| Binary | 11011011 | 10101001 | 1001011 | 0 | 10111 | 1000010 | 1110 | 100111 | 1000011 | 111010 |
Color Harmonies of #DBA94B
Complementary color
Monochromatic Colors of #DBA94B
Black with #DBA94B
Text Example
Text Example
White with #DBA94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA94B; }
p { color: rgb(219,169,75); }
H1.HeaderClassName
{
color: #DBA94B;
}
.AnyTagClassName
{
color: #DBA94B;
}
</style>
background-color css
<style>
a { background-color: #DBA94B; }
a { background-color: rgb(219,169,75); }
div.DivClassName
{
background-color: #DBA94B;
}
.BgClassName
{
background-color: #DBA94B;
}
</style>
border-color css
<style>
span { border-color: #DBA94B; }
span { border-color: rgb(219,169,75); }
td.TdClassName
{
border-color: #DBA94B;
}
.TagClassName
{
border-color: #DBA94B;
}
</style>