Shades of Gold Drop #DD662E
Tints of Gold Drop #DD662E
RGB
CMYK
RGB Variations
Color information
#DD662E (or 0xDD662E) is known color: Gold Drop. HEX triplet: DD, 66 and 2E. RGB value is (221,102,46). Sum of RGB (Red+Green+Blue) = 221+102+46=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD662E is #2299D1. Grayscale: #838383. Windows color (decimal): -2267602 or 3040989. OLE color: 3040989.
HSL color Cylindrical-coordinate representation of color #DD662E: hue angle of 19.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD662E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 46 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.13 |
| HSL | 19.2º | 0.72% | 0.52% | - |
| HSV(B) | 19.2º | 0.79% | 0.87% | - |
| XYZ | 35.06 | 25.07 | 5.58 | - |
| YUV | 131.2 | 79.92 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 46 | 0 | 0.54 | 0.79 | 0.13 | 19.2 | 0.72 | 0.52 |
| Hex | DD | 66 | 2E | 0 | 36 | 4F | D | 13 | 48 | 34 |
| Octal | 335 | 146 | 56 | 0 | 66 | 117 | 15 | 23 | 110 | 64 |
| Binary | 11011101 | 1100110 | 101110 | 0 | 110110 | 1001111 | 1101 | 10011 | 1001000 | 110100 |
Color Harmonies of #DD662E
Complementary color
Monochromatic Colors of #DD662E
Black with #DD662E
Text Example
Text Example
White with #DD662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD662E; }
p { color: rgb(221,102,46); }
H1.HeaderClassName
{
color: #DD662E;
}
.AnyTagClassName
{
color: #DD662E;
}
</style>
background-color css
<style>
a { background-color: #DD662E; }
a { background-color: rgb(221,102,46); }
div.DivClassName
{
background-color: #DD662E;
}
.BgClassName
{
background-color: #DD662E;
}
</style>
border-color css
<style>
span { border-color: #DD662E; }
span { border-color: rgb(221,102,46); }
td.TdClassName
{
border-color: #DD662E;
}
.TagClassName
{
border-color: #DD662E;
}
</style>