Shades of Gold Drop #DD622D
Tints of Gold Drop #DD622D
RGB
CMYK
RGB Variations
Color information
#DD622D (or 0xDD622D) is known color: Gold Drop. HEX triplet: DD, 62 and 2D. RGB value is (221,98,45). Sum of RGB (Red+Green+Blue) = 221+98+45=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD622D is #229DD2. Grayscale: #818181. Windows color (decimal): -2268627 or 2974429. OLE color: 2974429.
HSL color Cylindrical-coordinate representation of color #DD622D: hue angle of 18.07º 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 #DD622D is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 45 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.13 |
| HSL | 18.07º | 0.72% | 0.52% | - |
| HSV(B) | 18.07º | 0.8% | 0.87% | - |
| XYZ | 34.66 | 24.3 | 5.35 | - |
| YUV | 128.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 45 | 0 | 0.56 | 0.80 | 0.13 | 18.07 | 0.72 | 0.52 |
| Hex | DD | 62 | 2D | 0 | 38 | 50 | D | 12 | 48 | 34 |
| Octal | 335 | 142 | 55 | 0 | 70 | 120 | 15 | 22 | 110 | 64 |
| Binary | 11011101 | 1100010 | 101101 | 0 | 111000 | 1010000 | 1101 | 10010 | 1001000 | 110100 |
Color Harmonies of #DD622D
Complementary color
Monochromatic Colors of #DD622D
Black with #DD622D
Text Example
Text Example
White with #DD622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD622D; }
p { color: rgb(221,98,45); }
H1.HeaderClassName
{
color: #DD622D;
}
.AnyTagClassName
{
color: #DD622D;
}
</style>
background-color css
<style>
a { background-color: #DD622D; }
a { background-color: rgb(221,98,45); }
div.DivClassName
{
background-color: #DD622D;
}
.BgClassName
{
background-color: #DD622D;
}
</style>
border-color css
<style>
span { border-color: #DD622D; }
span { border-color: rgb(221,98,45); }
td.TdClassName
{
border-color: #DD622D;
}
.TagClassName
{
border-color: #DD622D;
}
</style>