Shades of Gold Drop #DA642D
Tints of Gold Drop #DA642D
RGB
CMYK
RGB Variations
Color information
#DA642D (or 0xDA642D) is known color: Gold Drop. HEX triplet: DA, 64 and 2D. RGB value is (218,100,45). Sum of RGB (Red+Green+Blue) = 218+100+45=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA642D is #259BD2. Grayscale: #818181. Windows color (decimal): -2464723 or 2974938. OLE color: 2974938.
HSL color Cylindrical-coordinate representation of color #DA642D: hue angle of 19.08º 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 #DA642D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 45 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.15 |
| HSL | 19.08º | 0.7% | 0.52% | - |
| HSV(B) | 19.08º | 0.79% | 0.85% | - |
| XYZ | 33.94 | 24.21 | 5.37 | - |
| YUV | 129.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 45 | 0 | 0.54 | 0.79 | 0.15 | 19.08 | 0.7 | 0.52 |
| Hex | DA | 64 | 2D | 0 | 36 | 4F | F | 13 | 46 | 34 |
| Octal | 332 | 144 | 55 | 0 | 66 | 117 | 17 | 23 | 106 | 64 |
| Binary | 11011010 | 1100100 | 101101 | 0 | 110110 | 1001111 | 1111 | 10011 | 1000110 | 110100 |
Color Harmonies of #DA642D
Complementary color
Monochromatic Colors of #DA642D
Black with #DA642D
Text Example
Text Example
White with #DA642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA642D; }
p { color: rgb(218,100,45); }
H1.HeaderClassName
{
color: #DA642D;
}
.AnyTagClassName
{
color: #DA642D;
}
</style>
background-color css
<style>
a { background-color: #DA642D; }
a { background-color: rgb(218,100,45); }
div.DivClassName
{
background-color: #DA642D;
}
.BgClassName
{
background-color: #DA642D;
}
</style>
border-color css
<style>
span { border-color: #DA642D; }
span { border-color: rgb(218,100,45); }
td.TdClassName
{
border-color: #DA642D;
}
.TagClassName
{
border-color: #DA642D;
}
</style>