Shades of Rob Roy #DBAA4A
Tints of Rob Roy #DBAA4A
RGB
CMYK
RGB Variations
Color information
#DBAA4A (or 0xDBAA4A) is known color: Rob Roy. HEX triplet: DB, AA and 4A. RGB value is (219,170,74). Sum of RGB (Red+Green+Blue) = 219+170+74=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA4A is #2455B5. Grayscale: #AEAEAE. Windows color (decimal): -2381238 or 4893403. OLE color: 4893403.
HSL color Cylindrical-coordinate representation of color #DBAA4A: hue angle of 39.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBAA4A is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 74 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.14 |
| HSL | 39.72º | 0.67% | 0.57% | - |
| HSV(B) | 39.72º | 0.66% | 0.86% | - |
| XYZ | 44.82 | 44.3 | 12.67 | - |
| YUV | 173.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 74 | 0 | 0.22 | 0.66 | 0.14 | 39.72 | 0.67 | 0.57 |
| Hex | DB | AA | 4A | 0 | 16 | 42 | E | 28 | 43 | 39 |
| Octal | 333 | 252 | 112 | 0 | 26 | 102 | 16 | 50 | 103 | 71 |
| Binary | 11011011 | 10101010 | 1001010 | 0 | 10110 | 1000010 | 1110 | 101000 | 1000011 | 111001 |
Color Harmonies of #DBAA4A
Complementary color
Monochromatic Colors of #DBAA4A
Black with #DBAA4A
Text Example
Text Example
White with #DBAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA4A; }
p { color: rgb(219,170,74); }
H1.HeaderClassName
{
color: #DBAA4A;
}
.AnyTagClassName
{
color: #DBAA4A;
}
</style>
background-color css
<style>
a { background-color: #DBAA4A; }
a { background-color: rgb(219,170,74); }
div.DivClassName
{
background-color: #DBAA4A;
}
.BgClassName
{
background-color: #DBAA4A;
}
</style>
border-color css
<style>
span { border-color: #DBAA4A; }
span { border-color: rgb(219,170,74); }
td.TdClassName
{
border-color: #DBAA4A;
}
.TagClassName
{
border-color: #DBAA4A;
}
</style>