Shades of Gold Drop #DA682A
Tints of Gold Drop #DA682A
RGB
CMYK
RGB Variations
Color information
#DA682A (or 0xDA682A) is known color: Gold Drop. HEX triplet: DA, 68 and 2A. RGB value is (218,104,42). Sum of RGB (Red+Green+Blue) = 218+104+42=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA682A is #2597D5. Grayscale: #838383. Windows color (decimal): -2463702 or 2779354. OLE color: 2779354.
HSL color Cylindrical-coordinate representation of color #DA682A: hue angle of 21.14º 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 #DA682A is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 42 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.15 |
| HSL | 21.14º | 0.7% | 0.51% | - |
| HSV(B) | 21.14º | 0.81% | 0.85% | - |
| XYZ | 34.28 | 24.97 | 5.2 | - |
| YUV | 131.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 42 | 0 | 0.52 | 0.81 | 0.15 | 21.14 | 0.7 | 0.51 |
| Hex | DA | 68 | 2A | 0 | 34 | 51 | F | 15 | 46 | 33 |
| Octal | 332 | 150 | 52 | 0 | 64 | 121 | 17 | 25 | 106 | 63 |
| Binary | 11011010 | 1101000 | 101010 | 0 | 110100 | 1010001 | 1111 | 10101 | 1000110 | 110011 |
Color Harmonies of #DA682A
Complementary color
Monochromatic Colors of #DA682A
Black with #DA682A
Text Example
Text Example
White with #DA682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA682A; }
p { color: rgb(218,104,42); }
H1.HeaderClassName
{
color: #DA682A;
}
.AnyTagClassName
{
color: #DA682A;
}
</style>
background-color css
<style>
a { background-color: #DA682A; }
a { background-color: rgb(218,104,42); }
div.DivClassName
{
background-color: #DA682A;
}
.BgClassName
{
background-color: #DA682A;
}
</style>
border-color css
<style>
span { border-color: #DA682A; }
span { border-color: rgb(218,104,42); }
td.TdClassName
{
border-color: #DA682A;
}
.TagClassName
{
border-color: #DA682A;
}
</style>