Shades of Gold Drop #DB6B2B
Tints of Gold Drop #DB6B2B
RGB
CMYK
RGB Variations
Color information
#DB6B2B (or 0xDB6B2B) is known color: Gold Drop. HEX triplet: DB, 6B and 2B. RGB value is (219,107,43). Sum of RGB (Red+Green+Blue) = 219+107+43=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B2B is #2494D4. Grayscale: #858585. Windows color (decimal): -2397397 or 2845659. OLE color: 2845659.
HSL color Cylindrical-coordinate representation of color #DB6B2B: hue angle of 21.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB6B2B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 43 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.14 |
| HSL | 21.82º | 0.71% | 0.51% | - |
| HSV(B) | 21.82º | 0.8% | 0.86% | - |
| XYZ | 34.91 | 25.75 | 5.42 | - |
| YUV | 133.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 43 | 0 | 0.51 | 0.80 | 0.14 | 21.82 | 0.71 | 0.51 |
| Hex | DB | 6B | 2B | 0 | 33 | 50 | E | 16 | 47 | 33 |
| Octal | 333 | 153 | 53 | 0 | 63 | 120 | 16 | 26 | 107 | 63 |
| Binary | 11011011 | 1101011 | 101011 | 0 | 110011 | 1010000 | 1110 | 10110 | 1000111 | 110011 |
Color Harmonies of #DB6B2B
Complementary color
Monochromatic Colors of #DB6B2B
Black with #DB6B2B
Text Example
Text Example
White with #DB6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B2B; }
p { color: rgb(219,107,43); }
H1.HeaderClassName
{
color: #DB6B2B;
}
.AnyTagClassName
{
color: #DB6B2B;
}
</style>
background-color css
<style>
a { background-color: #DB6B2B; }
a { background-color: rgb(219,107,43); }
div.DivClassName
{
background-color: #DB6B2B;
}
.BgClassName
{
background-color: #DB6B2B;
}
</style>
border-color css
<style>
span { border-color: #DB6B2B; }
span { border-color: rgb(219,107,43); }
td.TdClassName
{
border-color: #DB6B2B;
}
.TagClassName
{
border-color: #DB6B2B;
}
</style>