Shades of Gold Drop #DD6028
Tints of Gold Drop #DD6028
RGB
CMYK
RGB Variations
Color information
#DD6028 (or 0xDD6028) is known color: Gold Drop. HEX triplet: DD, 60 and 28. RGB value is (221,96,40). Sum of RGB (Red+Green+Blue) = 221+96+40=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6028 is #229FD7. Grayscale: #7F7F7F. Windows color (decimal): -2269144 or 2646237. OLE color: 2646237.
HSL color Cylindrical-coordinate representation of color #DD6028: hue angle of 18.56º 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 #DD6028 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 40 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.13 |
| HSL | 18.56º | 0.73% | 0.51% | - |
| HSV(B) | 18.56º | 0.82% | 0.87% | - |
| XYZ | 34.38 | 23.89 | 4.81 | - |
| YUV | 126.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 40 | 0 | 0.57 | 0.82 | 0.13 | 18.56 | 0.73 | 0.51 |
| Hex | DD | 60 | 28 | 0 | 39 | 52 | D | 13 | 49 | 33 |
| Octal | 335 | 140 | 50 | 0 | 71 | 122 | 15 | 23 | 111 | 63 |
| Binary | 11011101 | 1100000 | 101000 | 0 | 111001 | 1010010 | 1101 | 10011 | 1001001 | 110011 |
Color Harmonies of #DD6028
Complementary color
Monochromatic Colors of #DD6028
Black with #DD6028
Text Example
Text Example
White with #DD6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6028; }
p { color: rgb(221,96,40); }
H1.HeaderClassName
{
color: #DD6028;
}
.AnyTagClassName
{
color: #DD6028;
}
</style>
background-color css
<style>
a { background-color: #DD6028; }
a { background-color: rgb(221,96,40); }
div.DivClassName
{
background-color: #DD6028;
}
.BgClassName
{
background-color: #DD6028;
}
</style>
border-color css
<style>
span { border-color: #DD6028; }
span { border-color: rgb(221,96,40); }
td.TdClassName
{
border-color: #DD6028;
}
.TagClassName
{
border-color: #DD6028;
}
</style>