Shades of Gold Drop #DD612C
Tints of Gold Drop #DD612C
RGB
CMYK
RGB Variations
Color information
#DD612C (or 0xDD612C) is known color: Gold Drop. HEX triplet: DD, 61 and 2C. RGB value is (221,97,44). Sum of RGB (Red+Green+Blue) = 221+97+44=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD612C is #229ED3. Grayscale: #808080. Windows color (decimal): -2268884 or 2908637. OLE color: 2908637.
HSL color Cylindrical-coordinate representation of color #DD612C: hue angle of 17.97º 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 #DD612C is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 44 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.13 |
| HSL | 17.97º | 0.72% | 0.52% | - |
| HSV(B) | 17.97º | 0.8% | 0.87% | - |
| XYZ | 34.55 | 24.1 | 5.21 | - |
| YUV | 128.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 44 | 0 | 0.56 | 0.80 | 0.13 | 17.97 | 0.72 | 0.52 |
| Hex | DD | 61 | 2C | 0 | 38 | 50 | D | 12 | 48 | 34 |
| Octal | 335 | 141 | 54 | 0 | 70 | 120 | 15 | 22 | 110 | 64 |
| Binary | 11011101 | 1100001 | 101100 | 0 | 111000 | 1010000 | 1101 | 10010 | 1001000 | 110100 |
Color Harmonies of #DD612C
Complementary color
Monochromatic Colors of #DD612C
Black with #DD612C
Text Example
Text Example
White with #DD612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD612C; }
p { color: rgb(221,97,44); }
H1.HeaderClassName
{
color: #DD612C;
}
.AnyTagClassName
{
color: #DD612C;
}
</style>
background-color css
<style>
a { background-color: #DD612C; }
a { background-color: rgb(221,97,44); }
div.DivClassName
{
background-color: #DD612C;
}
.BgClassName
{
background-color: #DD612C;
}
</style>
border-color css
<style>
span { border-color: #DD612C; }
span { border-color: rgb(221,97,44); }
td.TdClassName
{
border-color: #DD612C;
}
.TagClassName
{
border-color: #DD612C;
}
</style>