Shades of Gold Drop #DB632B
Tints of Gold Drop #DB632B
RGB
CMYK
RGB Variations
Color information
#DB632B (or 0xDB632B) is known color: Gold Drop. HEX triplet: DB, 63 and 2B. RGB value is (219,99,43). Sum of RGB (Red+Green+Blue) = 219+99+43=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB632B is #249CD4. Grayscale: #808080. Windows color (decimal): -2399445 or 2843611. OLE color: 2843611.
HSL color Cylindrical-coordinate representation of color #DB632B: hue angle of 19.09º 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 #DB632B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 99 | 43 | - |
CMYK | 0 | 0.55 | 0.80 | 0.14 |
HSL | 19.09º | 0.71% | 0.51% | - |
HSV(B) | 19.09º | 0.8% | 0.86% | - |
XYZ | 34.11 | 24.16 | 5.15 | - |
YUV | 128.5 | 79.76 | 192.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 99 | 43 | 0 | 0.55 | 0.80 | 0.14 | 19.09 | 0.71 | 0.51 |
Hex | DB | 63 | 2B | 0 | 37 | 50 | E | 13 | 47 | 33 |
Octal | 333 | 143 | 53 | 0 | 67 | 120 | 16 | 23 | 107 | 63 |
Binary | 11011011 | 1100011 | 101011 | 0 | 110111 | 1010000 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB632B
Complementary color
Monochromatic Colors of #DB632B
Black with #DB632B
Text Example
Text Example
White with #DB632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB632B; }
p { color: rgb(219,99,43); }
H1.HeaderClassName
{
color: #DB632B;
}
.AnyTagClassName
{
color: #DB632B;
}
</style>
background-color css
<style>
a { background-color: #DB632B; }
a { background-color: rgb(219,99,43); }
div.DivClassName
{
background-color: #DB632B;
}
.BgClassName
{
background-color: #DB632B;
}
</style>
border-color css
<style>
span { border-color: #DB632B; }
span { border-color: rgb(219,99,43); }
td.TdClassName
{
border-color: #DB632B;
}
.TagClassName
{
border-color: #DB632B;
}
</style>