Shades of Gold Drop #DF6329
Tints of Gold Drop #DF6329
RGB
CMYK
RGB Variations
Color information
#DF6329 (or 0xDF6329) is known color: Gold Drop. HEX triplet: DF, 63 and 29. RGB value is (223,99,41). Sum of RGB (Red+Green+Blue) = 223+99+41=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6329 is #209CD6. Grayscale: #818181. Windows color (decimal): -2137303 or 2712543. OLE color: 2712543.
HSL color Cylindrical-coordinate representation of color #DF6329: hue angle of 19.12º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF6329 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 41 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.13 |
| HSL | 19.12º | 0.74% | 0.52% | - |
| HSV(B) | 19.12º | 0.82% | 0.87% | - |
| XYZ | 35.29 | 24.77 | 5.02 | - |
| YUV | 129.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 41 | 0 | 0.56 | 0.82 | 0.13 | 19.12 | 0.74 | 0.52 |
| Hex | DF | 63 | 29 | 0 | 38 | 52 | D | 13 | 4A | 34 |
| Octal | 337 | 143 | 51 | 0 | 70 | 122 | 15 | 23 | 112 | 64 |
| Binary | 11011111 | 1100011 | 101001 | 0 | 111000 | 1010010 | 1101 | 10011 | 1001010 | 110100 |
Color Harmonies of #DF6329
Complementary color
Monochromatic Colors of #DF6329
Black with #DF6329
Text Example
Text Example
White with #DF6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6329; }
p { color: rgb(223,99,41); }
H1.HeaderClassName
{
color: #DF6329;
}
.AnyTagClassName
{
color: #DF6329;
}
</style>
background-color css
<style>
a { background-color: #DF6329; }
a { background-color: rgb(223,99,41); }
div.DivClassName
{
background-color: #DF6329;
}
.BgClassName
{
background-color: #DF6329;
}
</style>
border-color css
<style>
span { border-color: #DF6329; }
span { border-color: rgb(223,99,41); }
td.TdClassName
{
border-color: #DF6329;
}
.TagClassName
{
border-color: #DF6329;
}
</style>