Shades of Rob Roy #DBAD55
Tints of Rob Roy #DBAD55
RGB
CMYK
RGB Variations
Color information
#DBAD55 (or 0xDBAD55) is known color: Rob Roy. HEX triplet: DB, AD and 55. RGB value is (219,173,85). Sum of RGB (Red+Green+Blue) = 219+173+85=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD55 is #2452AA. Grayscale: #B1B1B1. Windows color (decimal): -2380459 or 5615067. OLE color: 5615067.
HSL color Cylindrical-coordinate representation of color #DBAD55: hue angle of 39.4º 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 #DBAD55 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 85 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.14 |
| HSL | 39.4º | 0.65% | 0.6% | - |
| HSV(B) | 39.4º | 0.61% | 0.86% | - |
| XYZ | 45.8 | 45.6 | 14.98 | - |
| YUV | 176.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 85 | 0 | 0.21 | 0.61 | 0.14 | 39.4 | 0.65 | 0.6 |
| Hex | DB | AD | 55 | 0 | 15 | 3D | E | 27 | 41 | 3C |
| Octal | 333 | 255 | 125 | 0 | 25 | 75 | 16 | 47 | 101 | 74 |
| Binary | 11011011 | 10101101 | 1010101 | 0 | 10101 | 111101 | 1110 | 100111 | 1000001 | 111100 |
Color Harmonies of #DBAD55
Complementary color
Monochromatic Colors of #DBAD55
Black with #DBAD55
Text Example
Text Example
White with #DBAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD55; }
p { color: rgb(219,173,85); }
H1.HeaderClassName
{
color: #DBAD55;
}
.AnyTagClassName
{
color: #DBAD55;
}
</style>
background-color css
<style>
a { background-color: #DBAD55; }
a { background-color: rgb(219,173,85); }
div.DivClassName
{
background-color: #DBAD55;
}
.BgClassName
{
background-color: #DBAD55;
}
</style>
border-color css
<style>
span { border-color: #DBAD55; }
span { border-color: rgb(219,173,85); }
td.TdClassName
{
border-color: #DBAD55;
}
.TagClassName
{
border-color: #DBAD55;
}
</style>