Shades of Gold Drop #DB622A
Tints of Gold Drop #DB622A
RGB
CMYK
RGB Variations
Color information
#DB622A (or 0xDB622A) is known color: Gold Drop. HEX triplet: DB, 62 and 2A. RGB value is (219,98,42). Sum of RGB (Red+Green+Blue) = 219+98+42=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB622A is #249DD5. Grayscale: #808080. Windows color (decimal): -2399702 or 2777819. OLE color: 2777819.
HSL color Cylindrical-coordinate representation of color #DB622A: hue angle of 18.98º 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 #DB622A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 98 | 42 | - |
CMYK | 0 | 0.55 | 0.81 | 0.14 |
HSL | 18.98º | 0.71% | 0.51% | - |
HSV(B) | 18.98º | 0.81% | 0.86% | - |
XYZ | 34 | 23.96 | 5.02 | - |
YUV | 127.8 | 79.59 | 193.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 98 | 42 | 0 | 0.55 | 0.81 | 0.14 | 18.98 | 0.71 | 0.51 |
Hex | DB | 62 | 2A | 0 | 37 | 51 | E | 13 | 47 | 33 |
Octal | 333 | 142 | 52 | 0 | 67 | 121 | 16 | 23 | 107 | 63 |
Binary | 11011011 | 1100010 | 101010 | 0 | 110111 | 1010001 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB622A
Complementary color
Monochromatic Colors of #DB622A
Black with #DB622A
Text Example
Text Example
White with #DB622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB622A; }
p { color: rgb(219,98,42); }
H1.HeaderClassName
{
color: #DB622A;
}
.AnyTagClassName
{
color: #DB622A;
}
</style>
background-color css
<style>
a { background-color: #DB622A; }
a { background-color: rgb(219,98,42); }
div.DivClassName
{
background-color: #DB622A;
}
.BgClassName
{
background-color: #DB622A;
}
</style>
border-color css
<style>
span { border-color: #DB622A; }
span { border-color: rgb(219,98,42); }
td.TdClassName
{
border-color: #DB622A;
}
.TagClassName
{
border-color: #DB622A;
}
</style>