Shades of Rob Roy #DBAA58
Tints of Rob Roy #DBAA58
RGB
CMYK
RGB Variations
Color information
#DBAA58 (or 0xDBAA58) is known color: Rob Roy. HEX triplet: DB, AA and 58. RGB value is (219,170,88). Sum of RGB (Red+Green+Blue) = 219+170+88=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA58 is #2455A7. Grayscale: #AFAFAF. Windows color (decimal): -2381224 or 5810907. OLE color: 5810907.
HSL color Cylindrical-coordinate representation of color #DBAA58: hue angle of 37.56º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBAA58 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 88 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.14 |
| HSL | 37.56º | 0.65% | 0.6% | - |
| HSV(B) | 37.56º | 0.6% | 0.86% | - |
| XYZ | 45.35 | 44.51 | 15.43 | - |
| YUV | 175.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 88 | 0 | 0.22 | 0.60 | 0.14 | 37.56 | 0.65 | 0.6 |
| Hex | DB | AA | 58 | 0 | 16 | 3C | E | 26 | 41 | 3C |
| Octal | 333 | 252 | 130 | 0 | 26 | 74 | 16 | 46 | 101 | 74 |
| Binary | 11011011 | 10101010 | 1011000 | 0 | 10110 | 111100 | 1110 | 100110 | 1000001 | 111100 |
Color Harmonies of #DBAA58
Complementary color
Monochromatic Colors of #DBAA58
Black with #DBAA58
Text Example
Text Example
White with #DBAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA58; }
p { color: rgb(219,170,88); }
H1.HeaderClassName
{
color: #DBAA58;
}
.AnyTagClassName
{
color: #DBAA58;
}
</style>
background-color css
<style>
a { background-color: #DBAA58; }
a { background-color: rgb(219,170,88); }
div.DivClassName
{
background-color: #DBAA58;
}
.BgClassName
{
background-color: #DBAA58;
}
</style>
border-color css
<style>
span { border-color: #DBAA58; }
span { border-color: rgb(219,170,88); }
td.TdClassName
{
border-color: #DBAA58;
}
.TagClassName
{
border-color: #DBAA58;
}
</style>