Shades of Gold Drop #DD652E
Tints of Gold Drop #DD652E
RGB
CMYK
RGB Variations
Color information
#DD652E (or 0xDD652E) is known color: Gold Drop. HEX triplet: DD, 65 and 2E. RGB value is (221,101,46). Sum of RGB (Red+Green+Blue) = 221+101+46=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD652E is #229AD1. Grayscale: #828282. Windows color (decimal): -2267858 or 3040733. OLE color: 3040733.
HSL color Cylindrical-coordinate representation of color #DD652E: hue angle of 18.86º 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 #DD652E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 46 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.13 |
| HSL | 18.86º | 0.72% | 0.52% | - |
| HSV(B) | 18.86º | 0.79% | 0.87% | - |
| XYZ | 34.97 | 24.88 | 5.54 | - |
| YUV | 130.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 46 | 0 | 0.54 | 0.79 | 0.13 | 18.86 | 0.72 | 0.52 |
| Hex | DD | 65 | 2E | 0 | 36 | 4F | D | 13 | 48 | 34 |
| Octal | 335 | 145 | 56 | 0 | 66 | 117 | 15 | 23 | 110 | 64 |
| Binary | 11011101 | 1100101 | 101110 | 0 | 110110 | 1001111 | 1101 | 10011 | 1001000 | 110100 |
Color Harmonies of #DD652E
Complementary color
Monochromatic Colors of #DD652E
Black with #DD652E
Text Example
Text Example
White with #DD652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD652E; }
p { color: rgb(221,101,46); }
H1.HeaderClassName
{
color: #DD652E;
}
.AnyTagClassName
{
color: #DD652E;
}
</style>
background-color css
<style>
a { background-color: #DD652E; }
a { background-color: rgb(221,101,46); }
div.DivClassName
{
background-color: #DD652E;
}
.BgClassName
{
background-color: #DD652E;
}
</style>
border-color css
<style>
span { border-color: #DD652E; }
span { border-color: rgb(221,101,46); }
td.TdClassName
{
border-color: #DD652E;
}
.TagClassName
{
border-color: #DD652E;
}
</style>