Shades of Gold Drop #DB632A
Tints of Gold Drop #DB632A
RGB
CMYK
RGB Variations
Color information
#DB632A (or 0xDB632A) is known color: Gold Drop. HEX triplet: DB, 63 and 2A. RGB value is (219,99,42). Sum of RGB (Red+Green+Blue) = 219+99+42=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB632A is #249CD5. Grayscale: #808080. Windows color (decimal): -2399446 or 2778075. OLE color: 2778075.
HSL color Cylindrical-coordinate representation of color #DB632A: hue angle of 19.32º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB632A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.14 |
| HSL | 19.32º | 0.71% | 0.51% | - |
| HSV(B) | 19.32º | 0.81% | 0.86% | - |
| XYZ | 34.09 | 24.15 | 5.06 | - |
| YUV | 128.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 42 | 0 | 0.55 | 0.81 | 0.14 | 19.32 | 0.71 | 0.51 |
| Hex | DB | 63 | 2A | 0 | 37 | 51 | E | 13 | 47 | 33 |
| Octal | 333 | 143 | 52 | 0 | 67 | 121 | 16 | 23 | 107 | 63 |
| Binary | 11011011 | 1100011 | 101010 | 0 | 110111 | 1010001 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB632A
Complementary color
Monochromatic Colors of #DB632A
Black with #DB632A
Text Example
Text Example
White with #DB632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB632A; }
p { color: rgb(219,99,42); }
H1.HeaderClassName
{
color: #DB632A;
}
.AnyTagClassName
{
color: #DB632A;
}
</style>
background-color css
<style>
a { background-color: #DB632A; }
a { background-color: rgb(219,99,42); }
div.DivClassName
{
background-color: #DB632A;
}
.BgClassName
{
background-color: #DB632A;
}
</style>
border-color css
<style>
span { border-color: #DB632A; }
span { border-color: rgb(219,99,42); }
td.TdClassName
{
border-color: #DB632A;
}
.TagClassName
{
border-color: #DB632A;
}
</style>