Shades of Rob Roy #DBA956
Tints of Rob Roy #DBA956
RGB
CMYK
RGB Variations
Color information
#DBA956 (or 0xDBA956) is known color: Rob Roy. HEX triplet: DB, A9 and 56. RGB value is (219,169,86). Sum of RGB (Red+Green+Blue) = 219+169+86=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA956 is #2456A9. Grayscale: #AEAEAE. Windows color (decimal): -2381482 or 5679579. OLE color: 5679579.
HSL color Cylindrical-coordinate representation of color #DBA956: hue angle of 37.44º 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 #DBA956 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 86 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.14 |
| HSL | 37.44º | 0.65% | 0.6% | - |
| HSV(B) | 37.44º | 0.61% | 0.86% | - |
| XYZ | 45.08 | 44.11 | 14.94 | - |
| YUV | 174.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 86 | 0 | 0.23 | 0.61 | 0.14 | 37.44 | 0.65 | 0.6 |
| Hex | DB | A9 | 56 | 0 | 17 | 3D | E | 25 | 41 | 3C |
| Octal | 333 | 251 | 126 | 0 | 27 | 75 | 16 | 45 | 101 | 74 |
| Binary | 11011011 | 10101001 | 1010110 | 0 | 10111 | 111101 | 1110 | 100101 | 1000001 | 111100 |
Color Harmonies of #DBA956
Complementary color
Monochromatic Colors of #DBA956
Black with #DBA956
Text Example
Text Example
White with #DBA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA956; }
p { color: rgb(219,169,86); }
H1.HeaderClassName
{
color: #DBA956;
}
.AnyTagClassName
{
color: #DBA956;
}
</style>
background-color css
<style>
a { background-color: #DBA956; }
a { background-color: rgb(219,169,86); }
div.DivClassName
{
background-color: #DBA956;
}
.BgClassName
{
background-color: #DBA956;
}
</style>
border-color css
<style>
span { border-color: #DBA956; }
span { border-color: rgb(219,169,86); }
td.TdClassName
{
border-color: #DBA956;
}
.TagClassName
{
border-color: #DBA956;
}
</style>