Shades of Gold Drop #DA622B
Tints of Gold Drop #DA622B
RGB
CMYK
RGB Variations
Color information
#DA622B (or 0xDA622B) is known color: Gold Drop. HEX triplet: DA, 62 and 2B. RGB value is (218,98,43). Sum of RGB (Red+Green+Blue) = 218+98+43=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA622B is #259DD4. Grayscale: #7F7F7F. Windows color (decimal): -2465237 or 2843354. OLE color: 2843354.
HSL color Cylindrical-coordinate representation of color #DA622B: hue angle of 18.86º 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 #DA622B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 43 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.15 |
| HSL | 18.86º | 0.7% | 0.51% | - |
| HSV(B) | 18.86º | 0.8% | 0.85% | - |
| XYZ | 33.72 | 23.82 | 5.11 | - |
| YUV | 127.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 43 | 0 | 0.55 | 0.80 | 0.15 | 18.86 | 0.7 | 0.51 |
| Hex | DA | 62 | 2B | 0 | 37 | 50 | F | 13 | 46 | 33 |
| Octal | 332 | 142 | 53 | 0 | 67 | 120 | 17 | 23 | 106 | 63 |
| Binary | 11011010 | 1100010 | 101011 | 0 | 110111 | 1010000 | 1111 | 10011 | 1000110 | 110011 |
Color Harmonies of #DA622B
Complementary color
Monochromatic Colors of #DA622B
Black with #DA622B
Text Example
Text Example
White with #DA622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA622B; }
p { color: rgb(218,98,43); }
H1.HeaderClassName
{
color: #DA622B;
}
.AnyTagClassName
{
color: #DA622B;
}
</style>
background-color css
<style>
a { background-color: #DA622B; }
a { background-color: rgb(218,98,43); }
div.DivClassName
{
background-color: #DA622B;
}
.BgClassName
{
background-color: #DA622B;
}
</style>
border-color css
<style>
span { border-color: #DA622B; }
span { border-color: rgb(218,98,43); }
td.TdClassName
{
border-color: #DA622B;
}
.TagClassName
{
border-color: #DA622B;
}
</style>