Shades of Rob Roy #DBA456
Tints of Rob Roy #DBA456
RGB
CMYK
RGB Variations
Color information
#DBA456 (or 0xDBA456) is known color: Rob Roy. HEX triplet: DB, A4 and 56. RGB value is (219,164,86). Sum of RGB (Red+Green+Blue) = 219+164+86=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA456 is #245BA9. Grayscale: #ABABAB. Windows color (decimal): -2382762 or 5678299. OLE color: 5678299.
HSL color Cylindrical-coordinate representation of color #DBA456: hue angle of 35.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBA456 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 86 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.14 |
| HSL | 35.19º | 0.65% | 0.6% | - |
| HSV(B) | 35.19º | 0.61% | 0.86% | - |
| XYZ | 44.17 | 42.28 | 14.64 | - |
| YUV | 171.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 86 | 0 | 0.25 | 0.61 | 0.14 | 35.19 | 0.65 | 0.6 |
| Hex | DB | A4 | 56 | 0 | 19 | 3D | E | 23 | 41 | 3C |
| Octal | 333 | 244 | 126 | 0 | 31 | 75 | 16 | 43 | 101 | 74 |
| Binary | 11011011 | 10100100 | 1010110 | 0 | 11001 | 111101 | 1110 | 100011 | 1000001 | 111100 |
Color Harmonies of #DBA456
Complementary color
Monochromatic Colors of #DBA456
Black with #DBA456
Text Example
Text Example
White with #DBA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA456; }
p { color: rgb(219,164,86); }
H1.HeaderClassName
{
color: #DBA456;
}
.AnyTagClassName
{
color: #DBA456;
}
</style>
background-color css
<style>
a { background-color: #DBA456; }
a { background-color: rgb(219,164,86); }
div.DivClassName
{
background-color: #DBA456;
}
.BgClassName
{
background-color: #DBA456;
}
</style>
border-color css
<style>
span { border-color: #DBA456; }
span { border-color: rgb(219,164,86); }
td.TdClassName
{
border-color: #DBA456;
}
.TagClassName
{
border-color: #DBA456;
}
</style>