Shades of Rob Roy #DBAA51
Tints of Rob Roy #DBAA51
RGB
CMYK
RGB Variations
Color information
#DBAA51 (or 0xDBAA51) is known color: Rob Roy. HEX triplet: DB, AA and 51. RGB value is (219,170,81). Sum of RGB (Red+Green+Blue) = 219+170+81=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA51 is #2455AE. Grayscale: #AEAEAE. Windows color (decimal): -2381231 or 5352155. OLE color: 5352155.
HSL color Cylindrical-coordinate representation of color #DBAA51: hue angle of 38.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBAA51 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 81 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.14 |
| HSL | 38.7º | 0.66% | 0.59% | - |
| HSV(B) | 38.7º | 0.63% | 0.86% | - |
| XYZ | 45.07 | 44.4 | 13.98 | - |
| YUV | 174.51 | 75.23 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 81 | 0 | 0.22 | 0.63 | 0.14 | 38.7 | 0.66 | 0.59 |
| Hex | DB | AA | 51 | 0 | 16 | 3F | E | 27 | 42 | 3B |
| Octal | 333 | 252 | 121 | 0 | 26 | 77 | 16 | 47 | 102 | 73 |
| Binary | 11011011 | 10101010 | 1010001 | 0 | 10110 | 111111 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DBAA51
Complementary color
Monochromatic Colors of #DBAA51
Black with #DBAA51
Text Example
Text Example
White with #DBAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA51; }
p { color: rgb(219,170,81); }
H1.HeaderClassName
{
color: #DBAA51;
}
.AnyTagClassName
{
color: #DBAA51;
}
</style>
background-color css
<style>
a { background-color: #DBAA51; }
a { background-color: rgb(219,170,81); }
div.DivClassName
{
background-color: #DBAA51;
}
.BgClassName
{
background-color: #DBAA51;
}
</style>
border-color css
<style>
span { border-color: #DBAA51; }
span { border-color: rgb(219,170,81); }
td.TdClassName
{
border-color: #DBAA51;
}
.TagClassName
{
border-color: #DBAA51;
}
</style>