Shades of Gold Drop #DD6228
Tints of Gold Drop #DD6228
RGB
CMYK
RGB Variations
Color information
#DD6228 (or 0xDD6228) is known color: Gold Drop. HEX triplet: DD, 62 and 28. RGB value is (221,98,40). Sum of RGB (Red+Green+Blue) = 221+98+40=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6228 is #229DD7. Grayscale: #808080. Windows color (decimal): -2268632 or 2646749. OLE color: 2646749.
HSL color Cylindrical-coordinate representation of color #DD6228: hue angle of 19.23º 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 #DD6228 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 40 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.13 |
| HSL | 19.23º | 0.73% | 0.51% | - |
| HSV(B) | 19.23º | 0.82% | 0.87% | - |
| XYZ | 34.57 | 24.26 | 4.87 | - |
| YUV | 128.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 40 | 0 | 0.56 | 0.82 | 0.13 | 19.23 | 0.73 | 0.51 |
| Hex | DD | 62 | 28 | 0 | 38 | 52 | D | 13 | 49 | 33 |
| Octal | 335 | 142 | 50 | 0 | 70 | 122 | 15 | 23 | 111 | 63 |
| Binary | 11011101 | 1100010 | 101000 | 0 | 111000 | 1010010 | 1101 | 10011 | 1001001 | 110011 |
Color Harmonies of #DD6228
Complementary color
Monochromatic Colors of #DD6228
Black with #DD6228
Text Example
Text Example
White with #DD6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6228; }
p { color: rgb(221,98,40); }
H1.HeaderClassName
{
color: #DD6228;
}
.AnyTagClassName
{
color: #DD6228;
}
</style>
background-color css
<style>
a { background-color: #DD6228; }
a { background-color: rgb(221,98,40); }
div.DivClassName
{
background-color: #DD6228;
}
.BgClassName
{
background-color: #DD6228;
}
</style>
border-color css
<style>
span { border-color: #DD6228; }
span { border-color: rgb(221,98,40); }
td.TdClassName
{
border-color: #DD6228;
}
.TagClassName
{
border-color: #DD6228;
}
</style>