Shades of Gold Drop #DA622C
Tints of Gold Drop #DA622C
RGB
CMYK
RGB Variations
Color information
#DA622C (or 0xDA622C) is known color: Gold Drop. HEX triplet: DA, 62 and 2C. RGB value is (218,98,44). Sum of RGB (Red+Green+Blue) = 218+98+44=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA622C is #259DD3. Grayscale: #808080. Windows color (decimal): -2465236 or 2908890. OLE color: 2908890.
HSL color Cylindrical-coordinate representation of color #DA622C: hue angle of 18.62º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA622C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 44 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.15 |
| HSL | 18.62º | 0.7% | 0.51% | - |
| HSV(B) | 18.62º | 0.8% | 0.85% | - |
| XYZ | 33.74 | 23.82 | 5.2 | - |
| YUV | 127.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 44 | 0 | 0.55 | 0.80 | 0.15 | 18.62 | 0.7 | 0.51 |
| Hex | DA | 62 | 2C | 0 | 37 | 50 | F | 13 | 46 | 33 |
| Octal | 332 | 142 | 54 | 0 | 67 | 120 | 17 | 23 | 106 | 63 |
| Binary | 11011010 | 1100010 | 101100 | 0 | 110111 | 1010000 | 1111 | 10011 | 1000110 | 110011 |
Color Harmonies of #DA622C
Complementary color
Monochromatic Colors of #DA622C
Black with #DA622C
Text Example
Text Example
White with #DA622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA622C; }
p { color: rgb(218,98,44); }
H1.HeaderClassName
{
color: #DA622C;
}
.AnyTagClassName
{
color: #DA622C;
}
</style>
background-color css
<style>
a { background-color: #DA622C; }
a { background-color: rgb(218,98,44); }
div.DivClassName
{
background-color: #DA622C;
}
.BgClassName
{
background-color: #DA622C;
}
</style>
border-color css
<style>
span { border-color: #DA622C; }
span { border-color: rgb(218,98,44); }
td.TdClassName
{
border-color: #DA622C;
}
.TagClassName
{
border-color: #DA622C;
}
</style>