Shades of Gold Drop #DD682C
Tints of Gold Drop #DD682C
RGB
CMYK
RGB Variations
Color information
#DD682C (or 0xDD682C) is known color: Gold Drop. HEX triplet: DD, 68 and 2C. RGB value is (221,104,44). Sum of RGB (Red+Green+Blue) = 221+104+44=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD682C is #2297D3. Grayscale: #848484. Windows color (decimal): -2267092 or 2910429. OLE color: 2910429.
HSL color Cylindrical-coordinate representation of color #DD682C: hue angle of 20.34º 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 #DD682C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 44 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.13 |
| HSL | 20.34º | 0.72% | 0.52% | - |
| HSV(B) | 20.34º | 0.8% | 0.87% | - |
| XYZ | 35.22 | 25.45 | 5.44 | - |
| YUV | 132.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 44 | 0 | 0.53 | 0.80 | 0.13 | 20.34 | 0.72 | 0.52 |
| Hex | DD | 68 | 2C | 0 | 35 | 50 | D | 14 | 48 | 34 |
| Octal | 335 | 150 | 54 | 0 | 65 | 120 | 15 | 24 | 110 | 64 |
| Binary | 11011101 | 1101000 | 101100 | 0 | 110101 | 1010000 | 1101 | 10100 | 1001000 | 110100 |
Color Harmonies of #DD682C
Complementary color
Monochromatic Colors of #DD682C
Black with #DD682C
Text Example
Text Example
White with #DD682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD682C; }
p { color: rgb(221,104,44); }
H1.HeaderClassName
{
color: #DD682C;
}
.AnyTagClassName
{
color: #DD682C;
}
</style>
background-color css
<style>
a { background-color: #DD682C; }
a { background-color: rgb(221,104,44); }
div.DivClassName
{
background-color: #DD682C;
}
.BgClassName
{
background-color: #DD682C;
}
</style>
border-color css
<style>
span { border-color: #DD682C; }
span { border-color: rgb(221,104,44); }
td.TdClassName
{
border-color: #DD682C;
}
.TagClassName
{
border-color: #DD682C;
}
</style>