Shades of Gold Drop #DA6628
Tints of Gold Drop #DA6628
RGB
CMYK
RGB Variations
Color information
#DA6628 (or 0xDA6628) is known color: Gold Drop. HEX triplet: DA, 66 and 28. RGB value is (218,102,40). Sum of RGB (Red+Green+Blue) = 218+102+40=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6628 is #2599D7. Grayscale: #818181. Windows color (decimal): -2464216 or 2647770. OLE color: 2647770.
HSL color Cylindrical-coordinate representation of color #DA6628: hue angle of 20.9º 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 #DA6628 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 40 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.15 |
| HSL | 20.9º | 0.71% | 0.51% | - |
| HSV(B) | 20.9º | 0.82% | 0.85% | - |
| XYZ | 34.05 | 24.56 | 4.95 | - |
| YUV | 129.62 | 77.43 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 40 | 0 | 0.53 | 0.82 | 0.15 | 20.9 | 0.71 | 0.51 |
| Hex | DA | 66 | 28 | 0 | 35 | 52 | F | 15 | 47 | 33 |
| Octal | 332 | 146 | 50 | 0 | 65 | 122 | 17 | 25 | 107 | 63 |
| Binary | 11011010 | 1100110 | 101000 | 0 | 110101 | 1010010 | 1111 | 10101 | 1000111 | 110011 |
Color Harmonies of #DA6628
Complementary color
Monochromatic Colors of #DA6628
Black with #DA6628
Text Example
Text Example
White with #DA6628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6628; }
p { color: rgb(218,102,40); }
H1.HeaderClassName
{
color: #DA6628;
}
.AnyTagClassName
{
color: #DA6628;
}
</style>
background-color css
<style>
a { background-color: #DA6628; }
a { background-color: rgb(218,102,40); }
div.DivClassName
{
background-color: #DA6628;
}
.BgClassName
{
background-color: #DA6628;
}
</style>
border-color css
<style>
span { border-color: #DA6628; }
span { border-color: rgb(218,102,40); }
td.TdClassName
{
border-color: #DA6628;
}
.TagClassName
{
border-color: #DA6628;
}
</style>