Shades of Gold Drop #DD6428
Tints of Gold Drop #DD6428
RGB
CMYK
RGB Variations
Color information
#DD6428 (or 0xDD6428) is known color: Gold Drop. HEX triplet: DD, 64 and 28. RGB value is (221,100,40). Sum of RGB (Red+Green+Blue) = 221+100+40=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6428 is #229BD7. Grayscale: #818181. Windows color (decimal): -2268120 or 2647261. OLE color: 2647261.
HSL color Cylindrical-coordinate representation of color #DD6428: hue angle of 19.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD6428 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 40 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.13 |
| HSL | 19.89º | 0.73% | 0.51% | - |
| HSV(B) | 19.89º | 0.82% | 0.87% | - |
| XYZ | 34.76 | 24.64 | 4.93 | - |
| YUV | 129.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 40 | 0 | 0.55 | 0.82 | 0.13 | 19.89 | 0.73 | 0.51 |
| Hex | DD | 64 | 28 | 0 | 37 | 52 | D | 14 | 49 | 33 |
| Octal | 335 | 144 | 50 | 0 | 67 | 122 | 15 | 24 | 111 | 63 |
| Binary | 11011101 | 1100100 | 101000 | 0 | 110111 | 1010010 | 1101 | 10100 | 1001001 | 110011 |
Color Harmonies of #DD6428
Complementary color
Monochromatic Colors of #DD6428
Black with #DD6428
Text Example
Text Example
White with #DD6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6428; }
p { color: rgb(221,100,40); }
H1.HeaderClassName
{
color: #DD6428;
}
.AnyTagClassName
{
color: #DD6428;
}
</style>
background-color css
<style>
a { background-color: #DD6428; }
a { background-color: rgb(221,100,40); }
div.DivClassName
{
background-color: #DD6428;
}
.BgClassName
{
background-color: #DD6428;
}
</style>
border-color css
<style>
span { border-color: #DD6428; }
span { border-color: rgb(221,100,40); }
td.TdClassName
{
border-color: #DD6428;
}
.TagClassName
{
border-color: #DD6428;
}
</style>