Shades of Gold Drop #DD6128
Tints of Gold Drop #DD6128
RGB
CMYK
RGB Variations
Color information
#DD6128 (or 0xDD6128) is known color: Gold Drop. HEX triplet: DD, 61 and 28. RGB value is (221,97,40). Sum of RGB (Red+Green+Blue) = 221+97+40=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6128 is #229ED7. Grayscale: #7F7F7F. Windows color (decimal): -2268888 or 2646493. OLE color: 2646493.
HSL color Cylindrical-coordinate representation of color #DD6128: hue angle of 18.9º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD6128 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 40 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.13 |
| HSL | 18.9º | 0.73% | 0.51% | - |
| HSV(B) | 18.9º | 0.82% | 0.87% | - |
| XYZ | 34.48 | 24.07 | 4.84 | - |
| YUV | 127.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 40 | 0 | 0.56 | 0.82 | 0.13 | 18.9 | 0.73 | 0.51 |
| Hex | DD | 61 | 28 | 0 | 38 | 52 | D | 13 | 49 | 33 |
| Octal | 335 | 141 | 50 | 0 | 70 | 122 | 15 | 23 | 111 | 63 |
| Binary | 11011101 | 1100001 | 101000 | 0 | 111000 | 1010010 | 1101 | 10011 | 1001001 | 110011 |
Color Harmonies of #DD6128
Complementary color
Monochromatic Colors of #DD6128
Black with #DD6128
Text Example
Text Example
White with #DD6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6128; }
p { color: rgb(221,97,40); }
H1.HeaderClassName
{
color: #DD6128;
}
.AnyTagClassName
{
color: #DD6128;
}
</style>
background-color css
<style>
a { background-color: #DD6128; }
a { background-color: rgb(221,97,40); }
div.DivClassName
{
background-color: #DD6128;
}
.BgClassName
{
background-color: #DD6128;
}
</style>
border-color css
<style>
span { border-color: #DD6128; }
span { border-color: rgb(221,97,40); }
td.TdClassName
{
border-color: #DD6128;
}
.TagClassName
{
border-color: #DD6128;
}
</style>