Shades of Rob Roy #DBAD56
Tints of Rob Roy #DBAD56
RGB
CMYK
RGB Variations
Color information
#DBAD56 (or 0xDBAD56) is known color: Rob Roy. HEX triplet: DB, AD and 56. RGB value is (219,173,86). Sum of RGB (Red+Green+Blue) = 219+173+86=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD56 is #2452A9. Grayscale: #B1B1B1. Windows color (decimal): -2380458 or 5680603. OLE color: 5680603.
HSL color Cylindrical-coordinate representation of color #DBAD56: hue angle of 39.25º 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 #DBAD56 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 86 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.14 |
| HSL | 39.25º | 0.65% | 0.6% | - |
| HSV(B) | 39.25º | 0.61% | 0.86% | - |
| XYZ | 45.84 | 45.62 | 15.19 | - |
| YUV | 176.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 86 | 0 | 0.21 | 0.61 | 0.14 | 39.25 | 0.65 | 0.6 |
| Hex | DB | AD | 56 | 0 | 15 | 3D | E | 27 | 41 | 3C |
| Octal | 333 | 255 | 126 | 0 | 25 | 75 | 16 | 47 | 101 | 74 |
| Binary | 11011011 | 10101101 | 1010110 | 0 | 10101 | 111101 | 1110 | 100111 | 1000001 | 111100 |
Color Harmonies of #DBAD56
Complementary color
Monochromatic Colors of #DBAD56
Black with #DBAD56
Text Example
Text Example
White with #DBAD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD56; }
p { color: rgb(219,173,86); }
H1.HeaderClassName
{
color: #DBAD56;
}
.AnyTagClassName
{
color: #DBAD56;
}
</style>
background-color css
<style>
a { background-color: #DBAD56; }
a { background-color: rgb(219,173,86); }
div.DivClassName
{
background-color: #DBAD56;
}
.BgClassName
{
background-color: #DBAD56;
}
</style>
border-color css
<style>
span { border-color: #DBAD56; }
span { border-color: rgb(219,173,86); }
td.TdClassName
{
border-color: #DBAD56;
}
.TagClassName
{
border-color: #DBAD56;
}
</style>