Shades of Gold Drop #DA6629
Tints of Gold Drop #DA6629
RGB
CMYK
RGB Variations
Color information
#DA6629 (or 0xDA6629) is known color: Gold Drop. HEX triplet: DA, 66 and 29. RGB value is (218,102,41). Sum of RGB (Red+Green+Blue) = 218+102+41=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6629 is #2599D6. Grayscale: #828282. Windows color (decimal): -2464215 or 2713306. OLE color: 2713306.
HSL color Cylindrical-coordinate representation of color #DA6629: hue angle of 20.68º degrees, saturation: 0.71, 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 #DA6629 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 41 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.15 |
| HSL | 20.68º | 0.71% | 0.51% | - |
| HSV(B) | 20.68º | 0.81% | 0.85% | - |
| XYZ | 34.07 | 24.57 | 5.04 | - |
| YUV | 129.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 41 | 0 | 0.53 | 0.81 | 0.15 | 20.68 | 0.71 | 0.51 |
| Hex | DA | 66 | 29 | 0 | 35 | 51 | F | 15 | 47 | 33 |
| Octal | 332 | 146 | 51 | 0 | 65 | 121 | 17 | 25 | 107 | 63 |
| Binary | 11011010 | 1100110 | 101001 | 0 | 110101 | 1010001 | 1111 | 10101 | 1000111 | 110011 |
Color Harmonies of #DA6629
Complementary color
Monochromatic Colors of #DA6629
Black with #DA6629
Text Example
Text Example
White with #DA6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6629; }
p { color: rgb(218,102,41); }
H1.HeaderClassName
{
color: #DA6629;
}
.AnyTagClassName
{
color: #DA6629;
}
</style>
background-color css
<style>
a { background-color: #DA6629; }
a { background-color: rgb(218,102,41); }
div.DivClassName
{
background-color: #DA6629;
}
.BgClassName
{
background-color: #DA6629;
}
</style>
border-color css
<style>
span { border-color: #DA6629; }
span { border-color: rgb(218,102,41); }
td.TdClassName
{
border-color: #DA6629;
}
.TagClassName
{
border-color: #DA6629;
}
</style>