Shades of Gold Drop #DA622D
Tints of Gold Drop #DA622D
RGB
CMYK
RGB Variations
Color information
#DA622D (or 0xDA622D) is known color: Gold Drop. HEX triplet: DA, 62 and 2D. RGB value is (218,98,45). Sum of RGB (Red+Green+Blue) = 218+98+45=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA622D is #259DD2. Grayscale: #808080. Windows color (decimal): -2465235 or 2974426. OLE color: 2974426.
HSL color Cylindrical-coordinate representation of color #DA622D: hue angle of 18.38º 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 #DA622D is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 45 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.15 |
| HSL | 18.38º | 0.7% | 0.52% | - |
| HSV(B) | 18.38º | 0.79% | 0.85% | - |
| XYZ | 33.75 | 23.83 | 5.3 | - |
| YUV | 127.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 45 | 0 | 0.55 | 0.79 | 0.15 | 18.38 | 0.7 | 0.52 |
| Hex | DA | 62 | 2D | 0 | 37 | 4F | F | 12 | 46 | 34 |
| Octal | 332 | 142 | 55 | 0 | 67 | 117 | 17 | 22 | 106 | 64 |
| Binary | 11011010 | 1100010 | 101101 | 0 | 110111 | 1001111 | 1111 | 10010 | 1000110 | 110100 |
Color Harmonies of #DA622D
Complementary color
Monochromatic Colors of #DA622D
Black with #DA622D
Text Example
Text Example
White with #DA622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA622D; }
p { color: rgb(218,98,45); }
H1.HeaderClassName
{
color: #DA622D;
}
.AnyTagClassName
{
color: #DA622D;
}
</style>
background-color css
<style>
a { background-color: #DA622D; }
a { background-color: rgb(218,98,45); }
div.DivClassName
{
background-color: #DA622D;
}
.BgClassName
{
background-color: #DA622D;
}
</style>
border-color css
<style>
span { border-color: #DA622D; }
span { border-color: rgb(218,98,45); }
td.TdClassName
{
border-color: #DA622D;
}
.TagClassName
{
border-color: #DA622D;
}
</style>