Shades of Gold Drop #DD6628
Tints of Gold Drop #DD6628
RGB
CMYK
RGB Variations
Color information
#DD6628 (or 0xDD6628) is known color: Gold Drop. HEX triplet: DD, 66 and 28. RGB value is (221,102,40). Sum of RGB (Red+Green+Blue) = 221+102+40=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6628 is #2299D7. Grayscale: #828282. Windows color (decimal): -2267608 or 2647773. OLE color: 2647773.
HSL color Cylindrical-coordinate representation of color #DD6628: hue angle of 20.55º 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 #DD6628 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 40 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.13 |
| HSL | 20.55º | 0.73% | 0.51% | - |
| HSV(B) | 20.55º | 0.82% | 0.87% | - |
| XYZ | 34.95 | 25.03 | 5 | - |
| YUV | 130.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 40 | 0 | 0.54 | 0.82 | 0.13 | 20.55 | 0.73 | 0.51 |
| Hex | DD | 66 | 28 | 0 | 36 | 52 | D | 15 | 49 | 33 |
| Octal | 335 | 146 | 50 | 0 | 66 | 122 | 15 | 25 | 111 | 63 |
| Binary | 11011101 | 1100110 | 101000 | 0 | 110110 | 1010010 | 1101 | 10101 | 1001001 | 110011 |
Color Harmonies of #DD6628
Complementary color
Monochromatic Colors of #DD6628
Black with #DD6628
Text Example
Text Example
White with #DD6628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6628; }
p { color: rgb(221,102,40); }
H1.HeaderClassName
{
color: #DD6628;
}
.AnyTagClassName
{
color: #DD6628;
}
</style>
background-color css
<style>
a { background-color: #DD6628; }
a { background-color: rgb(221,102,40); }
div.DivClassName
{
background-color: #DD6628;
}
.BgClassName
{
background-color: #DD6628;
}
</style>
border-color css
<style>
span { border-color: #DD6628; }
span { border-color: rgb(221,102,40); }
td.TdClassName
{
border-color: #DD6628;
}
.TagClassName
{
border-color: #DD6628;
}
</style>