Shades of Gold Drop #DF6028
Tints of Gold Drop #DF6028
RGB
CMYK
RGB Variations
Color information
#DF6028 (or 0xDF6028) is known color: Gold Drop. HEX triplet: DF, 60 and 28. RGB value is (223,96,40). Sum of RGB (Red+Green+Blue) = 223+96+40=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6028 is #209FD7. Grayscale: #7F7F7F. Windows color (decimal): -2138072 or 2646239. OLE color: 2646239.
HSL color Cylindrical-coordinate representation of color #DF6028: hue angle of 18.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF6028 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 40 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.13 |
| HSL | 18.36º | 0.74% | 0.52% | - |
| HSV(B) | 18.36º | 0.82% | 0.87% | - |
| XYZ | 35 | 24.21 | 4.84 | - |
| YUV | 127.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 40 | 0 | 0.57 | 0.82 | 0.13 | 18.36 | 0.74 | 0.52 |
| Hex | DF | 60 | 28 | 0 | 39 | 52 | D | 12 | 4A | 34 |
| Octal | 337 | 140 | 50 | 0 | 71 | 122 | 15 | 22 | 112 | 64 |
| Binary | 11011111 | 1100000 | 101000 | 0 | 111001 | 1010010 | 1101 | 10010 | 1001010 | 110100 |
Color Harmonies of #DF6028
Complementary color
Monochromatic Colors of #DF6028
Black with #DF6028
Text Example
Text Example
White with #DF6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6028; }
p { color: rgb(223,96,40); }
H1.HeaderClassName
{
color: #DF6028;
}
.AnyTagClassName
{
color: #DF6028;
}
</style>
background-color css
<style>
a { background-color: #DF6028; }
a { background-color: rgb(223,96,40); }
div.DivClassName
{
background-color: #DF6028;
}
.BgClassName
{
background-color: #DF6028;
}
</style>
border-color css
<style>
span { border-color: #DF6028; }
span { border-color: rgb(223,96,40); }
td.TdClassName
{
border-color: #DF6028;
}
.TagClassName
{
border-color: #DF6028;
}
</style>