Shades of Gold Drop #DB672B
Tints of Gold Drop #DB672B
RGB
CMYK
RGB Variations
Color information
#DB672B (or 0xDB672B) is known color: Gold Drop. HEX triplet: DB, 67 and 2B. RGB value is (219,103,43). Sum of RGB (Red+Green+Blue) = 219+103+43=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB672B is #2498D4. Grayscale: #838383. Windows color (decimal): -2398421 or 2844635. OLE color: 2844635.
HSL color Cylindrical-coordinate representation of color #DB672B: hue angle of 20.45º 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 #DB672B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 43 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.14 |
| HSL | 20.45º | 0.71% | 0.51% | - |
| HSV(B) | 20.45º | 0.8% | 0.86% | - |
| XYZ | 34.5 | 24.93 | 5.28 | - |
| YUV | 130.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 43 | 0 | 0.53 | 0.80 | 0.14 | 20.45 | 0.71 | 0.51 |
| Hex | DB | 67 | 2B | 0 | 35 | 50 | E | 14 | 47 | 33 |
| Octal | 333 | 147 | 53 | 0 | 65 | 120 | 16 | 24 | 107 | 63 |
| Binary | 11011011 | 1100111 | 101011 | 0 | 110101 | 1010000 | 1110 | 10100 | 1000111 | 110011 |
Color Harmonies of #DB672B
Complementary color
Monochromatic Colors of #DB672B
Black with #DB672B
Text Example
Text Example
White with #DB672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB672B; }
p { color: rgb(219,103,43); }
H1.HeaderClassName
{
color: #DB672B;
}
.AnyTagClassName
{
color: #DB672B;
}
</style>
background-color css
<style>
a { background-color: #DB672B; }
a { background-color: rgb(219,103,43); }
div.DivClassName
{
background-color: #DB672B;
}
.BgClassName
{
background-color: #DB672B;
}
</style>
border-color css
<style>
span { border-color: #DB672B; }
span { border-color: rgb(219,103,43); }
td.TdClassName
{
border-color: #DB672B;
}
.TagClassName
{
border-color: #DB672B;
}
</style>