Shades of Rob Roy #DBAA4C
Tints of Rob Roy #DBAA4C
RGB
CMYK
RGB Variations
Color information
#DBAA4C (or 0xDBAA4C) is known color: Rob Roy. HEX triplet: DB, AA and 4C. RGB value is (219,170,76). Sum of RGB (Red+Green+Blue) = 219+170+76=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA4C is #2455B3. Grayscale: #AEAEAE. Windows color (decimal): -2381236 or 5024475. OLE color: 5024475.
HSL color Cylindrical-coordinate representation of color #DBAA4C: hue angle of 39.44º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBAA4C is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 76 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.14 |
| HSL | 39.44º | 0.67% | 0.58% | - |
| HSV(B) | 39.44º | 0.65% | 0.86% | - |
| XYZ | 44.89 | 44.33 | 13.03 | - |
| YUV | 173.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 76 | 0 | 0.22 | 0.65 | 0.14 | 39.44 | 0.67 | 0.58 |
| Hex | DB | AA | 4C | 0 | 16 | 41 | E | 27 | 43 | 3A |
| Octal | 333 | 252 | 114 | 0 | 26 | 101 | 16 | 47 | 103 | 72 |
| Binary | 11011011 | 10101010 | 1001100 | 0 | 10110 | 1000001 | 1110 | 100111 | 1000011 | 111010 |
Color Harmonies of #DBAA4C
Complementary color
Monochromatic Colors of #DBAA4C
Black with #DBAA4C
Text Example
Text Example
White with #DBAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA4C; }
p { color: rgb(219,170,76); }
H1.HeaderClassName
{
color: #DBAA4C;
}
.AnyTagClassName
{
color: #DBAA4C;
}
</style>
background-color css
<style>
a { background-color: #DBAA4C; }
a { background-color: rgb(219,170,76); }
div.DivClassName
{
background-color: #DBAA4C;
}
.BgClassName
{
background-color: #DBAA4C;
}
</style>
border-color css
<style>
span { border-color: #DBAA4C; }
span { border-color: rgb(219,170,76); }
td.TdClassName
{
border-color: #DBAA4C;
}
.TagClassName
{
border-color: #DBAA4C;
}
</style>