Shades of Gold Drop #DD692D
Tints of Gold Drop #DD692D
RGB
CMYK
RGB Variations
Color information
#DD692D (or 0xDD692D) is known color: Gold Drop. HEX triplet: DD, 69 and 2D. RGB value is (221,105,45). Sum of RGB (Red+Green+Blue) = 221+105+45=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD692D is #2296D2. Grayscale: #858585. Windows color (decimal): -2266835 or 2976221. OLE color: 2976221.
HSL color Cylindrical-coordinate representation of color #DD692D: hue angle of 20.45º 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 #DD692D is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 45 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.13 |
| HSL | 20.45º | 0.72% | 0.52% | - |
| HSV(B) | 20.45º | 0.8% | 0.87% | - |
| XYZ | 35.34 | 25.66 | 5.57 | - |
| YUV | 132.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 45 | 0 | 0.52 | 0.80 | 0.13 | 20.45 | 0.72 | 0.52 |
| Hex | DD | 69 | 2D | 0 | 34 | 50 | D | 14 | 48 | 34 |
| Octal | 335 | 151 | 55 | 0 | 64 | 120 | 15 | 24 | 110 | 64 |
| Binary | 11011101 | 1101001 | 101101 | 0 | 110100 | 1010000 | 1101 | 10100 | 1001000 | 110100 |
Color Harmonies of #DD692D
Complementary color
Monochromatic Colors of #DD692D
Black with #DD692D
Text Example
Text Example
White with #DD692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD692D; }
p { color: rgb(221,105,45); }
H1.HeaderClassName
{
color: #DD692D;
}
.AnyTagClassName
{
color: #DD692D;
}
</style>
background-color css
<style>
a { background-color: #DD692D; }
a { background-color: rgb(221,105,45); }
div.DivClassName
{
background-color: #DD692D;
}
.BgClassName
{
background-color: #DD692D;
}
</style>
border-color css
<style>
span { border-color: #DD692D; }
span { border-color: rgb(221,105,45); }
td.TdClassName
{
border-color: #DD692D;
}
.TagClassName
{
border-color: #DD692D;
}
</style>