Shades of Gold Drop #DD672D
Tints of Gold Drop #DD672D
RGB
CMYK
RGB Variations
Color information
#DD672D (or 0xDD672D) is known color: Gold Drop. HEX triplet: DD, 67 and 2D. RGB value is (221,103,45). Sum of RGB (Red+Green+Blue) = 221+103+45=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD672D is #2298D2. Grayscale: #848484. Windows color (decimal): -2267347 or 2975709. OLE color: 2975709.
HSL color Cylindrical-coordinate representation of color #DD672D: hue angle of 19.77º 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 #DD672D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 45 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.13 |
| HSL | 19.77º | 0.72% | 0.52% | - |
| HSV(B) | 19.77º | 0.8% | 0.87% | - |
| XYZ | 35.14 | 25.26 | 5.51 | - |
| YUV | 131.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 45 | 0 | 0.53 | 0.80 | 0.13 | 19.77 | 0.72 | 0.52 |
| Hex | DD | 67 | 2D | 0 | 35 | 50 | D | 14 | 48 | 34 |
| Octal | 335 | 147 | 55 | 0 | 65 | 120 | 15 | 24 | 110 | 64 |
| Binary | 11011101 | 1100111 | 101101 | 0 | 110101 | 1010000 | 1101 | 10100 | 1001000 | 110100 |
Color Harmonies of #DD672D
Complementary color
Monochromatic Colors of #DD672D
Black with #DD672D
Text Example
Text Example
White with #DD672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD672D; }
p { color: rgb(221,103,45); }
H1.HeaderClassName
{
color: #DD672D;
}
.AnyTagClassName
{
color: #DD672D;
}
</style>
background-color css
<style>
a { background-color: #DD672D; }
a { background-color: rgb(221,103,45); }
div.DivClassName
{
background-color: #DD672D;
}
.BgClassName
{
background-color: #DD672D;
}
</style>
border-color css
<style>
span { border-color: #DD672D; }
span { border-color: rgb(221,103,45); }
td.TdClassName
{
border-color: #DD672D;
}
.TagClassName
{
border-color: #DD672D;
}
</style>