Shades of Gold Drop #DA6728
Tints of Gold Drop #DA6728
RGB
CMYK
RGB Variations
Color information
#DA6728 (or 0xDA6728) is known color: Gold Drop. HEX triplet: DA, 67 and 28. RGB value is (218,103,40). Sum of RGB (Red+Green+Blue) = 218+103+40=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6728 is #2598D7. Grayscale: #828282. Windows color (decimal): -2463960 or 2648026. OLE color: 2648026.
HSL color Cylindrical-coordinate representation of color #DA6728: hue angle of 21.24º 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 #DA6728 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 40 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.15 |
| HSL | 21.24º | 0.71% | 0.51% | - |
| HSV(B) | 21.24º | 0.82% | 0.85% | - |
| XYZ | 34.15 | 24.76 | 4.99 | - |
| YUV | 130.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 40 | 0 | 0.53 | 0.82 | 0.15 | 21.24 | 0.71 | 0.51 |
| Hex | DA | 67 | 28 | 0 | 35 | 52 | F | 15 | 47 | 33 |
| Octal | 332 | 147 | 50 | 0 | 65 | 122 | 17 | 25 | 107 | 63 |
| Binary | 11011010 | 1100111 | 101000 | 0 | 110101 | 1010010 | 1111 | 10101 | 1000111 | 110011 |
Color Harmonies of #DA6728
Complementary color
Monochromatic Colors of #DA6728
Black with #DA6728
Text Example
Text Example
White with #DA6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6728; }
p { color: rgb(218,103,40); }
H1.HeaderClassName
{
color: #DA6728;
}
.AnyTagClassName
{
color: #DA6728;
}
</style>
background-color css
<style>
a { background-color: #DA6728; }
a { background-color: rgb(218,103,40); }
div.DivClassName
{
background-color: #DA6728;
}
.BgClassName
{
background-color: #DA6728;
}
</style>
border-color css
<style>
span { border-color: #DA6728; }
span { border-color: rgb(218,103,40); }
td.TdClassName
{
border-color: #DA6728;
}
.TagClassName
{
border-color: #DA6728;
}
</style>