Shades of Gold Drop #DD6B2E
Tints of Gold Drop #DD6B2E
RGB
CMYK
RGB Variations
Color information
#DD6B2E (or 0xDD6B2E) is known color: Gold Drop. HEX triplet: DD, 6B and 2E. RGB value is (221,107,46). Sum of RGB (Red+Green+Blue) = 221+107+46=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B2E is #2294D1. Grayscale: #868686. Windows color (decimal): -2266322 or 3042269. OLE color: 3042269.
HSL color Cylindrical-coordinate representation of color #DD6B2E: hue angle of 20.91º 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 #DD6B2E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 46 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.13 |
| HSL | 20.91º | 0.72% | 0.52% | - |
| HSV(B) | 20.91º | 0.79% | 0.87% | - |
| XYZ | 35.57 | 26.08 | 5.74 | - |
| YUV | 134.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 46 | 0 | 0.52 | 0.79 | 0.13 | 20.91 | 0.72 | 0.52 |
| Hex | DD | 6B | 2E | 0 | 34 | 4F | D | 15 | 48 | 34 |
| Octal | 335 | 153 | 56 | 0 | 64 | 117 | 15 | 25 | 110 | 64 |
| Binary | 11011101 | 1101011 | 101110 | 0 | 110100 | 1001111 | 1101 | 10101 | 1001000 | 110100 |
Color Harmonies of #DD6B2E
Complementary color
Monochromatic Colors of #DD6B2E
Black with #DD6B2E
Text Example
Text Example
White with #DD6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B2E; }
p { color: rgb(221,107,46); }
H1.HeaderClassName
{
color: #DD6B2E;
}
.AnyTagClassName
{
color: #DD6B2E;
}
</style>
background-color css
<style>
a { background-color: #DD6B2E; }
a { background-color: rgb(221,107,46); }
div.DivClassName
{
background-color: #DD6B2E;
}
.BgClassName
{
background-color: #DD6B2E;
}
</style>
border-color css
<style>
span { border-color: #DD6B2E; }
span { border-color: rgb(221,107,46); }
td.TdClassName
{
border-color: #DD6B2E;
}
.TagClassName
{
border-color: #DD6B2E;
}
</style>