Shades of Gold Drop #DA6828
Tints of Gold Drop #DA6828
RGB
CMYK
RGB Variations
Color information
#DA6828 (or 0xDA6828) is known color: Gold Drop. HEX triplet: DA, 68 and 28. RGB value is (218,104,40). Sum of RGB (Red+Green+Blue) = 218+104+40=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6828 is #2597D7. Grayscale: #838383. Windows color (decimal): -2463704 or 2648282. OLE color: 2648282.
HSL color Cylindrical-coordinate representation of color #DA6828: hue angle of 21.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA6828 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 40 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.15 |
| HSL | 21.57º | 0.71% | 0.51% | - |
| HSV(B) | 21.57º | 0.82% | 0.85% | - |
| XYZ | 34.25 | 24.96 | 5.02 | - |
| YUV | 130.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 40 | 0 | 0.52 | 0.82 | 0.15 | 21.57 | 0.71 | 0.51 |
| Hex | DA | 68 | 28 | 0 | 34 | 52 | F | 16 | 47 | 33 |
| Octal | 332 | 150 | 50 | 0 | 64 | 122 | 17 | 26 | 107 | 63 |
| Binary | 11011010 | 1101000 | 101000 | 0 | 110100 | 1010010 | 1111 | 10110 | 1000111 | 110011 |
Color Harmonies of #DA6828
Complementary color
Monochromatic Colors of #DA6828
Black with #DA6828
Text Example
Text Example
White with #DA6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6828; }
p { color: rgb(218,104,40); }
H1.HeaderClassName
{
color: #DA6828;
}
.AnyTagClassName
{
color: #DA6828;
}
</style>
background-color css
<style>
a { background-color: #DA6828; }
a { background-color: rgb(218,104,40); }
div.DivClassName
{
background-color: #DA6828;
}
.BgClassName
{
background-color: #DA6828;
}
</style>
border-color css
<style>
span { border-color: #DA6828; }
span { border-color: rgb(218,104,40); }
td.TdClassName
{
border-color: #DA6828;
}
.TagClassName
{
border-color: #DA6828;
}
</style>