Shades of Gold Drop #DA622E
Tints of Gold Drop #DA622E
RGB
CMYK
RGB Variations
Color information
#DA622E (or 0xDA622E) is known color: Gold Drop. HEX triplet: DA, 62 and 2E. RGB value is (218,98,46). Sum of RGB (Red+Green+Blue) = 218+98+46=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA622E is #259DD1. Grayscale: #808080. Windows color (decimal): -2465234 or 3039962. OLE color: 3039962.
HSL color Cylindrical-coordinate representation of color #DA622E: hue angle of 18.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA622E is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 46 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.15 |
| HSL | 18.14º | 0.7% | 0.52% | - |
| HSV(B) | 18.14º | 0.79% | 0.85% | - |
| XYZ | 33.77 | 23.84 | 5.41 | - |
| YUV | 127.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 46 | 0 | 0.55 | 0.79 | 0.15 | 18.14 | 0.7 | 0.52 |
| Hex | DA | 62 | 2E | 0 | 37 | 4F | F | 12 | 46 | 34 |
| Octal | 332 | 142 | 56 | 0 | 67 | 117 | 17 | 22 | 106 | 64 |
| Binary | 11011010 | 1100010 | 101110 | 0 | 110111 | 1001111 | 1111 | 10010 | 1000110 | 110100 |
Color Harmonies of #DA622E
Complementary color
Monochromatic Colors of #DA622E
Black with #DA622E
Text Example
Text Example
White with #DA622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA622E; }
p { color: rgb(218,98,46); }
H1.HeaderClassName
{
color: #DA622E;
}
.AnyTagClassName
{
color: #DA622E;
}
</style>
background-color css
<style>
a { background-color: #DA622E; }
a { background-color: rgb(218,98,46); }
div.DivClassName
{
background-color: #DA622E;
}
.BgClassName
{
background-color: #DA622E;
}
</style>
border-color css
<style>
span { border-color: #DA622E; }
span { border-color: rgb(218,98,46); }
td.TdClassName
{
border-color: #DA622E;
}
.TagClassName
{
border-color: #DA622E;
}
</style>