Shades of Gold Drop #DD642C
Tints of Gold Drop #DD642C
RGB
CMYK
RGB Variations
Color information
#DD642C (or 0xDD642C) is known color: Gold Drop. HEX triplet: DD, 64 and 2C. RGB value is (221,100,44). Sum of RGB (Red+Green+Blue) = 221+100+44=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD642C is #229BD3. Grayscale: #828282. Windows color (decimal): -2268116 or 2909405. OLE color: 2909405.
HSL color Cylindrical-coordinate representation of color #DD642C: hue angle of 18.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD642C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 44 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.13 |
| HSL | 18.98º | 0.72% | 0.52% | - |
| HSV(B) | 18.98º | 0.8% | 0.87% | - |
| XYZ | 34.83 | 24.67 | 5.31 | - |
| YUV | 129.8 | 79.59 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 44 | 0 | 0.55 | 0.80 | 0.13 | 18.98 | 0.72 | 0.52 |
| Hex | DD | 64 | 2C | 0 | 37 | 50 | D | 13 | 48 | 34 |
| Octal | 335 | 144 | 54 | 0 | 67 | 120 | 15 | 23 | 110 | 64 |
| Binary | 11011101 | 1100100 | 101100 | 0 | 110111 | 1010000 | 1101 | 10011 | 1001000 | 110100 |
Color Harmonies of #DD642C
Complementary color
Monochromatic Colors of #DD642C
Black with #DD642C
Text Example
Text Example
White with #DD642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD642C; }
p { color: rgb(221,100,44); }
H1.HeaderClassName
{
color: #DD642C;
}
.AnyTagClassName
{
color: #DD642C;
}
</style>
background-color css
<style>
a { background-color: #DD642C; }
a { background-color: rgb(221,100,44); }
div.DivClassName
{
background-color: #DD642C;
}
.BgClassName
{
background-color: #DD642C;
}
</style>
border-color css
<style>
span { border-color: #DD642C; }
span { border-color: rgb(221,100,44); }
td.TdClassName
{
border-color: #DD642C;
}
.TagClassName
{
border-color: #DD642C;
}
</style>