Shades of Rob Roy #DBA74F
Tints of Rob Roy #DBA74F
RGB
CMYK
RGB Variations
Color information
#DBA74F (or 0xDBA74F) is known color: Rob Roy. HEX triplet: DB, A7 and 4F. RGB value is (219,167,79). Sum of RGB (Red+Green+Blue) = 219+167+79=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA74F is #2458B0. Grayscale: #ACACAC. Windows color (decimal): -2382001 or 5220315. OLE color: 5220315.
HSL color Cylindrical-coordinate representation of color #DBA74F: hue angle of 37.71º 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 #DBA74F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 79 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.14 |
| HSL | 37.71º | 0.66% | 0.58% | - |
| HSV(B) | 37.71º | 0.64% | 0.86% | - |
| XYZ | 44.44 | 43.26 | 13.41 | - |
| YUV | 172.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 79 | 0 | 0.24 | 0.64 | 0.14 | 37.71 | 0.66 | 0.58 |
| Hex | DB | A7 | 4F | 0 | 18 | 40 | E | 26 | 42 | 3A |
| Octal | 333 | 247 | 117 | 0 | 30 | 100 | 16 | 46 | 102 | 72 |
| Binary | 11011011 | 10100111 | 1001111 | 0 | 11000 | 1000000 | 1110 | 100110 | 1000010 | 111010 |
Color Harmonies of #DBA74F
Complementary color
Monochromatic Colors of #DBA74F
Black with #DBA74F
Text Example
Text Example
White with #DBA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA74F; }
p { color: rgb(219,167,79); }
H1.HeaderClassName
{
color: #DBA74F;
}
.AnyTagClassName
{
color: #DBA74F;
}
</style>
background-color css
<style>
a { background-color: #DBA74F; }
a { background-color: rgb(219,167,79); }
div.DivClassName
{
background-color: #DBA74F;
}
.BgClassName
{
background-color: #DBA74F;
}
</style>
border-color css
<style>
span { border-color: #DBA74F; }
span { border-color: rgb(219,167,79); }
td.TdClassName
{
border-color: #DBA74F;
}
.TagClassName
{
border-color: #DBA74F;
}
</style>