Shades of Gold Drop #DD6329
Tints of Gold Drop #DD6329
RGB
CMYK
RGB Variations
Color information
#DD6329 (or 0xDD6329) is known color: Gold Drop. HEX triplet: DD, 63 and 29. RGB value is (221,99,41). Sum of RGB (Red+Green+Blue) = 221+99+41=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6329 is #229CD6. Grayscale: #818181. Windows color (decimal): -2268375 or 2712541. OLE color: 2712541.
HSL color Cylindrical-coordinate representation of color #DD6329: hue angle of 19.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD6329 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 41 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.13 |
| HSL | 19.33º | 0.73% | 0.51% | - |
| HSV(B) | 19.33º | 0.81% | 0.87% | - |
| XYZ | 34.68 | 24.46 | 4.99 | - |
| YUV | 128.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 41 | 0 | 0.55 | 0.81 | 0.13 | 19.33 | 0.73 | 0.51 |
| Hex | DD | 63 | 29 | 0 | 37 | 51 | D | 13 | 49 | 33 |
| Octal | 335 | 143 | 51 | 0 | 67 | 121 | 15 | 23 | 111 | 63 |
| Binary | 11011101 | 1100011 | 101001 | 0 | 110111 | 1010001 | 1101 | 10011 | 1001001 | 110011 |
Color Harmonies of #DD6329
Complementary color
Monochromatic Colors of #DD6329
Black with #DD6329
Text Example
Text Example
White with #DD6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6329; }
p { color: rgb(221,99,41); }
H1.HeaderClassName
{
color: #DD6329;
}
.AnyTagClassName
{
color: #DD6329;
}
</style>
background-color css
<style>
a { background-color: #DD6329; }
a { background-color: rgb(221,99,41); }
div.DivClassName
{
background-color: #DD6329;
}
.BgClassName
{
background-color: #DD6329;
}
</style>
border-color css
<style>
span { border-color: #DD6329; }
span { border-color: rgb(221,99,41); }
td.TdClassName
{
border-color: #DD6329;
}
.TagClassName
{
border-color: #DD6329;
}
</style>