Shades of Gold Drop #DD6B2D
Tints of Gold Drop #DD6B2D
RGB
CMYK
RGB Variations
Color information
#DD6B2D (or 0xDD6B2D) is known color: Gold Drop. HEX triplet: DD, 6B and 2D. RGB value is (221,107,45). Sum of RGB (Red+Green+Blue) = 221+107+45=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B2D is #2294D2. Grayscale: #868686. Windows color (decimal): -2266323 or 2976733. OLE color: 2976733.
HSL color Cylindrical-coordinate representation of color #DD6B2D: hue angle of 21.14º 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 #DD6B2D is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 45 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.13 |
| HSL | 21.14º | 0.72% | 0.52% | - |
| HSV(B) | 21.14º | 0.8% | 0.87% | - |
| XYZ | 35.55 | 26.08 | 5.64 | - |
| YUV | 134.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 45 | 0 | 0.52 | 0.80 | 0.13 | 21.14 | 0.72 | 0.52 |
| Hex | DD | 6B | 2D | 0 | 34 | 50 | D | 15 | 48 | 34 |
| Octal | 335 | 153 | 55 | 0 | 64 | 120 | 15 | 25 | 110 | 64 |
| Binary | 11011101 | 1101011 | 101101 | 0 | 110100 | 1010000 | 1101 | 10101 | 1001000 | 110100 |
Color Harmonies of #DD6B2D
Complementary color
Monochromatic Colors of #DD6B2D
Black with #DD6B2D
Text Example
Text Example
White with #DD6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B2D; }
p { color: rgb(221,107,45); }
H1.HeaderClassName
{
color: #DD6B2D;
}
.AnyTagClassName
{
color: #DD6B2D;
}
</style>
background-color css
<style>
a { background-color: #DD6B2D; }
a { background-color: rgb(221,107,45); }
div.DivClassName
{
background-color: #DD6B2D;
}
.BgClassName
{
background-color: #DD6B2D;
}
</style>
border-color css
<style>
span { border-color: #DD6B2D; }
span { border-color: rgb(221,107,45); }
td.TdClassName
{
border-color: #DD6B2D;
}
.TagClassName
{
border-color: #DD6B2D;
}
</style>