Shades of Gold Drop #DA622A
Tints of Gold Drop #DA622A
RGB
CMYK
RGB Variations
Color information
#DA622A (or 0xDA622A) is known color: Gold Drop. HEX triplet: DA, 62 and 2A. RGB value is (218,98,42). Sum of RGB (Red+Green+Blue) = 218+98+42=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA622A is #259DD5. Grayscale: #7F7F7F. Windows color (decimal): -2465238 or 2777818. OLE color: 2777818.
HSL color Cylindrical-coordinate representation of color #DA622A: hue angle of 19.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA622A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.15 |
| HSL | 19.09º | 0.7% | 0.51% | - |
| HSV(B) | 19.09º | 0.81% | 0.85% | - |
| XYZ | 33.7 | 23.81 | 5.01 | - |
| YUV | 127.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 42 | 0 | 0.55 | 0.81 | 0.15 | 19.09 | 0.7 | 0.51 |
| Hex | DA | 62 | 2A | 0 | 37 | 51 | F | 13 | 46 | 33 |
| Octal | 332 | 142 | 52 | 0 | 67 | 121 | 17 | 23 | 106 | 63 |
| Binary | 11011010 | 1100010 | 101010 | 0 | 110111 | 1010001 | 1111 | 10011 | 1000110 | 110011 |
Color Harmonies of #DA622A
Complementary color
Monochromatic Colors of #DA622A
Black with #DA622A
Text Example
Text Example
White with #DA622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA622A; }
p { color: rgb(218,98,42); }
H1.HeaderClassName
{
color: #DA622A;
}
.AnyTagClassName
{
color: #DA622A;
}
</style>
background-color css
<style>
a { background-color: #DA622A; }
a { background-color: rgb(218,98,42); }
div.DivClassName
{
background-color: #DA622A;
}
.BgClassName
{
background-color: #DA622A;
}
</style>
border-color css
<style>
span { border-color: #DA622A; }
span { border-color: rgb(218,98,42); }
td.TdClassName
{
border-color: #DA622A;
}
.TagClassName
{
border-color: #DA622A;
}
</style>