Shades of Gold Drop #DD662D
Tints of Gold Drop #DD662D
RGB
CMYK
RGB Variations
Color information
#DD662D (or 0xDD662D) is known color: Gold Drop. HEX triplet: DD, 66 and 2D. RGB value is (221,102,45). Sum of RGB (Red+Green+Blue) = 221+102+45=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD662D is #2299D2. Grayscale: #838383. Windows color (decimal): -2267603 or 2975453. OLE color: 2975453.
HSL color Cylindrical-coordinate representation of color #DD662D: hue angle of 19.43º 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 #DD662D is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 45 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.13 |
| HSL | 19.43º | 0.72% | 0.52% | - |
| HSV(B) | 19.43º | 0.8% | 0.87% | - |
| XYZ | 35.04 | 25.06 | 5.47 | - |
| YUV | 131.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 45 | 0 | 0.54 | 0.80 | 0.13 | 19.43 | 0.72 | 0.52 |
| Hex | DD | 66 | 2D | 0 | 36 | 50 | D | 13 | 48 | 34 |
| Octal | 335 | 146 | 55 | 0 | 66 | 120 | 15 | 23 | 110 | 64 |
| Binary | 11011101 | 1100110 | 101101 | 0 | 110110 | 1010000 | 1101 | 10011 | 1001000 | 110100 |
Color Harmonies of #DD662D
Complementary color
Monochromatic Colors of #DD662D
Black with #DD662D
Text Example
Text Example
White with #DD662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD662D; }
p { color: rgb(221,102,45); }
H1.HeaderClassName
{
color: #DD662D;
}
.AnyTagClassName
{
color: #DD662D;
}
</style>
background-color css
<style>
a { background-color: #DD662D; }
a { background-color: rgb(221,102,45); }
div.DivClassName
{
background-color: #DD662D;
}
.BgClassName
{
background-color: #DD662D;
}
</style>
border-color css
<style>
span { border-color: #DD662D; }
span { border-color: rgb(221,102,45); }
td.TdClassName
{
border-color: #DD662D;
}
.TagClassName
{
border-color: #DD662D;
}
</style>