Shades of Gold Drop #DF5F29
Tints of Gold Drop #DF5F29
RGB
CMYK
RGB Variations
Color information
#DF5F29 (or 0xDF5F29) is known color: Gold Drop. HEX triplet: DF, 5F and 29. RGB value is (223,95,41). Sum of RGB (Red+Green+Blue) = 223+95+41=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F29 is #20A0D6. Grayscale: #7F7F7F. Windows color (decimal): -2138327 or 2711519. OLE color: 2711519.
HSL color Cylindrical-coordinate representation of color #DF5F29: hue angle of 17.8º 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 #DF5F29 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 41 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.13 |
| HSL | 17.8º | 0.74% | 0.52% | - |
| HSV(B) | 17.8º | 0.82% | 0.87% | - |
| XYZ | 34.92 | 24.03 | 4.9 | - |
| YUV | 127.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 41 | 0 | 0.57 | 0.82 | 0.13 | 17.8 | 0.74 | 0.52 |
| Hex | DF | 5F | 29 | 0 | 39 | 52 | D | 12 | 4A | 34 |
| Octal | 337 | 137 | 51 | 0 | 71 | 122 | 15 | 22 | 112 | 64 |
| Binary | 11011111 | 1011111 | 101001 | 0 | 111001 | 1010010 | 1101 | 10010 | 1001010 | 110100 |
Color Harmonies of #DF5F29
Complementary color
Monochromatic Colors of #DF5F29
Black with #DF5F29
Text Example
Text Example
White with #DF5F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F29; }
p { color: rgb(223,95,41); }
H1.HeaderClassName
{
color: #DF5F29;
}
.AnyTagClassName
{
color: #DF5F29;
}
</style>
background-color css
<style>
a { background-color: #DF5F29; }
a { background-color: rgb(223,95,41); }
div.DivClassName
{
background-color: #DF5F29;
}
.BgClassName
{
background-color: #DF5F29;
}
</style>
border-color css
<style>
span { border-color: #DF5F29; }
span { border-color: rgb(223,95,41); }
td.TdClassName
{
border-color: #DF5F29;
}
.TagClassName
{
border-color: #DF5F29;
}
</style>