Shades of Gold Drop #DD662C
Tints of Gold Drop #DD662C
RGB
CMYK
RGB Variations
Color information
#DD662C (or 0xDD662C) is known color: Gold Drop. HEX triplet: DD, 66 and 2C. RGB value is (221,102,44). Sum of RGB (Red+Green+Blue) = 221+102+44=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD662C is #2299D3. Grayscale: #838383. Windows color (decimal): -2267604 or 2909917. OLE color: 2909917.
HSL color Cylindrical-coordinate representation of color #DD662C: hue angle of 19.66º 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 #DD662C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.13 |
| HSL | 19.66º | 0.72% | 0.52% | - |
| HSV(B) | 19.66º | 0.8% | 0.87% | - |
| XYZ | 35.02 | 25.06 | 5.37 | - |
| YUV | 130.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 44 | 0 | 0.54 | 0.80 | 0.13 | 19.66 | 0.72 | 0.52 |
| Hex | DD | 66 | 2C | 0 | 36 | 50 | D | 14 | 48 | 34 |
| Octal | 335 | 146 | 54 | 0 | 66 | 120 | 15 | 24 | 110 | 64 |
| Binary | 11011101 | 1100110 | 101100 | 0 | 110110 | 1010000 | 1101 | 10100 | 1001000 | 110100 |
Color Harmonies of #DD662C
Complementary color
Monochromatic Colors of #DD662C
Black with #DD662C
Text Example
Text Example
White with #DD662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD662C; }
p { color: rgb(221,102,44); }
H1.HeaderClassName
{
color: #DD662C;
}
.AnyTagClassName
{
color: #DD662C;
}
</style>
background-color css
<style>
a { background-color: #DD662C; }
a { background-color: rgb(221,102,44); }
div.DivClassName
{
background-color: #DD662C;
}
.BgClassName
{
background-color: #DD662C;
}
</style>
border-color css
<style>
span { border-color: #DD662C; }
span { border-color: rgb(221,102,44); }
td.TdClassName
{
border-color: #DD662C;
}
.TagClassName
{
border-color: #DD662C;
}
</style>