Shades of Gold Drop #DA682C
Tints of Gold Drop #DA682C
RGB
CMYK
RGB Variations
Color information
#DA682C (or 0xDA682C) is known color: Gold Drop. HEX triplet: DA, 68 and 2C. RGB value is (218,104,44). Sum of RGB (Red+Green+Blue) = 218+104+44=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA682C is #2597D3. Grayscale: #838383. Windows color (decimal): -2463700 or 2910426. OLE color: 2910426.
HSL color Cylindrical-coordinate representation of color #DA682C: hue angle of 20.69º 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 #DA682C is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 44 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.15 |
| HSL | 20.69º | 0.7% | 0.51% | - |
| HSV(B) | 20.69º | 0.8% | 0.85% | - |
| XYZ | 34.32 | 24.99 | 5.4 | - |
| YUV | 131.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 44 | 0 | 0.52 | 0.80 | 0.15 | 20.69 | 0.7 | 0.51 |
| Hex | DA | 68 | 2C | 0 | 34 | 50 | F | 15 | 46 | 33 |
| Octal | 332 | 150 | 54 | 0 | 64 | 120 | 17 | 25 | 106 | 63 |
| Binary | 11011010 | 1101000 | 101100 | 0 | 110100 | 1010000 | 1111 | 10101 | 1000110 | 110011 |
Color Harmonies of #DA682C
Complementary color
Monochromatic Colors of #DA682C
Black with #DA682C
Text Example
Text Example
White with #DA682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA682C; }
p { color: rgb(218,104,44); }
H1.HeaderClassName
{
color: #DA682C;
}
.AnyTagClassName
{
color: #DA682C;
}
</style>
background-color css
<style>
a { background-color: #DA682C; }
a { background-color: rgb(218,104,44); }
div.DivClassName
{
background-color: #DA682C;
}
.BgClassName
{
background-color: #DA682C;
}
</style>
border-color css
<style>
span { border-color: #DA682C; }
span { border-color: rgb(218,104,44); }
td.TdClassName
{
border-color: #DA682C;
}
.TagClassName
{
border-color: #DA682C;
}
</style>