Shades of Rob Roy #DBA74C
Tints of Rob Roy #DBA74C
RGB
CMYK
RGB Variations
Color information
#DBA74C (or 0xDBA74C) is known color: Rob Roy. HEX triplet: DB, A7 and 4C. RGB value is (219,167,76). Sum of RGB (Red+Green+Blue) = 219+167+76=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA74C is #2458B3. Grayscale: #ACACAC. Windows color (decimal): -2382004 or 5023707. OLE color: 5023707.
HSL color Cylindrical-coordinate representation of color #DBA74C: hue angle of 38.18º degrees, saturation: 0.67, 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 #DBA74C is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 76 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.14 |
| HSL | 38.18º | 0.67% | 0.58% | - |
| HSV(B) | 38.18º | 0.65% | 0.86% | - |
| XYZ | 44.34 | 43.22 | 12.84 | - |
| YUV | 172.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 76 | 0 | 0.24 | 0.65 | 0.14 | 38.18 | 0.67 | 0.58 |
| Hex | DB | A7 | 4C | 0 | 18 | 41 | E | 26 | 43 | 3A |
| Octal | 333 | 247 | 114 | 0 | 30 | 101 | 16 | 46 | 103 | 72 |
| Binary | 11011011 | 10100111 | 1001100 | 0 | 11000 | 1000001 | 1110 | 100110 | 1000011 | 111010 |
Color Harmonies of #DBA74C
Complementary color
Monochromatic Colors of #DBA74C
Black with #DBA74C
Text Example
Text Example
White with #DBA74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA74C; }
p { color: rgb(219,167,76); }
H1.HeaderClassName
{
color: #DBA74C;
}
.AnyTagClassName
{
color: #DBA74C;
}
</style>
background-color css
<style>
a { background-color: #DBA74C; }
a { background-color: rgb(219,167,76); }
div.DivClassName
{
background-color: #DBA74C;
}
.BgClassName
{
background-color: #DBA74C;
}
</style>
border-color css
<style>
span { border-color: #DBA74C; }
span { border-color: rgb(219,167,76); }
td.TdClassName
{
border-color: #DBA74C;
}
.TagClassName
{
border-color: #DBA74C;
}
</style>