Shades of Gold Drop #DD632C
Tints of Gold Drop #DD632C
RGB
CMYK
RGB Variations
Color information
#DD632C (or 0xDD632C) is known color: Gold Drop. HEX triplet: DD, 63 and 2C. RGB value is (221,99,44). Sum of RGB (Red+Green+Blue) = 221+99+44=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD632C is #229CD3. Grayscale: #818181. Windows color (decimal): -2268372 or 2909149. OLE color: 2909149.
HSL color Cylindrical-coordinate representation of color #DD632C: hue angle of 18.64º 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 #DD632C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 44 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.13 |
| HSL | 18.64º | 0.72% | 0.52% | - |
| HSV(B) | 18.64º | 0.8% | 0.87% | - |
| XYZ | 34.74 | 24.48 | 5.28 | - |
| YUV | 129.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 44 | 0 | 0.55 | 0.80 | 0.13 | 18.64 | 0.72 | 0.52 |
| Hex | DD | 63 | 2C | 0 | 37 | 50 | D | 13 | 48 | 34 |
| Octal | 335 | 143 | 54 | 0 | 67 | 120 | 15 | 23 | 110 | 64 |
| Binary | 11011101 | 1100011 | 101100 | 0 | 110111 | 1010000 | 1101 | 10011 | 1001000 | 110100 |
Color Harmonies of #DD632C
Complementary color
Monochromatic Colors of #DD632C
Black with #DD632C
Text Example
Text Example
White with #DD632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD632C; }
p { color: rgb(221,99,44); }
H1.HeaderClassName
{
color: #DD632C;
}
.AnyTagClassName
{
color: #DD632C;
}
</style>
background-color css
<style>
a { background-color: #DD632C; }
a { background-color: rgb(221,99,44); }
div.DivClassName
{
background-color: #DD632C;
}
.BgClassName
{
background-color: #DD632C;
}
</style>
border-color css
<style>
span { border-color: #DD632C; }
span { border-color: rgb(221,99,44); }
td.TdClassName
{
border-color: #DD632C;
}
.TagClassName
{
border-color: #DD632C;
}
</style>