Shades of Gold Drop #DD622C
Tints of Gold Drop #DD622C
RGB
CMYK
RGB Variations
Color information
#DD622C (or 0xDD622C) is known color: Gold Drop. HEX triplet: DD, 62 and 2C. RGB value is (221,98,44). Sum of RGB (Red+Green+Blue) = 221+98+44=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD622C is #229DD3. Grayscale: #808080. Windows color (decimal): -2268628 or 2908893. OLE color: 2908893.
HSL color Cylindrical-coordinate representation of color #DD622C: hue angle of 18.31º 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 #DD622C is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 44 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.13 |
| HSL | 18.31º | 0.72% | 0.52% | - |
| HSV(B) | 18.31º | 0.8% | 0.87% | - |
| XYZ | 34.64 | 24.29 | 5.25 | - |
| YUV | 128.62 | 80.25 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 44 | 0 | 0.56 | 0.80 | 0.13 | 18.31 | 0.72 | 0.52 |
| Hex | DD | 62 | 2C | 0 | 38 | 50 | D | 12 | 48 | 34 |
| Octal | 335 | 142 | 54 | 0 | 70 | 120 | 15 | 22 | 110 | 64 |
| Binary | 11011101 | 1100010 | 101100 | 0 | 111000 | 1010000 | 1101 | 10010 | 1001000 | 110100 |
Color Harmonies of #DD622C
Complementary color
Monochromatic Colors of #DD622C
Black with #DD622C
Text Example
Text Example
White with #DD622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD622C; }
p { color: rgb(221,98,44); }
H1.HeaderClassName
{
color: #DD622C;
}
.AnyTagClassName
{
color: #DD622C;
}
</style>
background-color css
<style>
a { background-color: #DD622C; }
a { background-color: rgb(221,98,44); }
div.DivClassName
{
background-color: #DD622C;
}
.BgClassName
{
background-color: #DD622C;
}
</style>
border-color css
<style>
span { border-color: #DD622C; }
span { border-color: rgb(221,98,44); }
td.TdClassName
{
border-color: #DD622C;
}
.TagClassName
{
border-color: #DD622C;
}
</style>