Shades of Rob Roy #DBAC4E
Tints of Rob Roy #DBAC4E
RGB
CMYK
RGB Variations
Color information
#DBAC4E (or 0xDBAC4E) is known color: Rob Roy. HEX triplet: DB, AC and 4E. RGB value is (219,172,78). Sum of RGB (Red+Green+Blue) = 219+172+78=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC4E is #2453B1. Grayscale: #AFAFAF. Windows color (decimal): -2380722 or 5156059. OLE color: 5156059.
HSL color Cylindrical-coordinate representation of color #DBAC4E: hue angle of 40º 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 #DBAC4E is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 78 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.14 |
| HSL | 40º | 0.66% | 0.58% | - |
| HSV(B) | 40º | 0.64% | 0.86% | - |
| XYZ | 45.34 | 45.12 | 13.53 | - |
| YUV | 175.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 78 | 0 | 0.21 | 0.64 | 0.14 | 40 | 0.66 | 0.58 |
| Hex | DB | AC | 4E | 0 | 15 | 40 | E | 28 | 42 | 3A |
| Octal | 333 | 254 | 116 | 0 | 25 | 100 | 16 | 50 | 102 | 72 |
| Binary | 11011011 | 10101100 | 1001110 | 0 | 10101 | 1000000 | 1110 | 101000 | 1000010 | 111010 |
Color Harmonies of #DBAC4E
Complementary color
Monochromatic Colors of #DBAC4E
Black with #DBAC4E
Text Example
Text Example
White with #DBAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC4E; }
p { color: rgb(219,172,78); }
H1.HeaderClassName
{
color: #DBAC4E;
}
.AnyTagClassName
{
color: #DBAC4E;
}
</style>
background-color css
<style>
a { background-color: #DBAC4E; }
a { background-color: rgb(219,172,78); }
div.DivClassName
{
background-color: #DBAC4E;
}
.BgClassName
{
background-color: #DBAC4E;
}
</style>
border-color css
<style>
span { border-color: #DBAC4E; }
span { border-color: rgb(219,172,78); }
td.TdClassName
{
border-color: #DBAC4E;
}
.TagClassName
{
border-color: #DBAC4E;
}
</style>