Shades of Gold Tips #DFAC24
Tints of Gold Tips #DFAC24
RGB
CMYK
RGB Variations
Color information
#DFAC24 (or 0xDFAC24) is known color: Gold Tips. HEX triplet: DF, AC and 24. RGB value is (223,172,36). Sum of RGB (Red+Green+Blue) = 223+172+36=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC24 is #2053DB. Grayscale: #ACACAC. Windows color (decimal): -2118620 or 2403551. OLE color: 2403551.
HSL color Cylindrical-coordinate representation of color #DFAC24: hue angle of 43.64º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFAC24 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 36 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.13 |
| HSL | 43.64º | 0.75% | 0.51% | - |
| HSV(B) | 43.64º | 0.84% | 0.87% | - |
| XYZ | 45.5 | 45.32 | 8.02 | - |
| YUV | 171.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 36 | 0 | 0.23 | 0.84 | 0.13 | 43.64 | 0.75 | 0.51 |
| Hex | DF | AC | 24 | 0 | 17 | 54 | D | 2C | 4B | 33 |
| Octal | 337 | 254 | 44 | 0 | 27 | 124 | 15 | 54 | 113 | 63 |
| Binary | 11011111 | 10101100 | 100100 | 0 | 10111 | 1010100 | 1101 | 101100 | 1001011 | 110011 |
Color Harmonies of #DFAC24
Complementary color
Monochromatic Colors of #DFAC24
Black with #DFAC24
Text Example
Text Example
White with #DFAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC24; }
p { color: rgb(223,172,36); }
H1.HeaderClassName
{
color: #DFAC24;
}
.AnyTagClassName
{
color: #DFAC24;
}
</style>
background-color css
<style>
a { background-color: #DFAC24; }
a { background-color: rgb(223,172,36); }
div.DivClassName
{
background-color: #DFAC24;
}
.BgClassName
{
background-color: #DFAC24;
}
</style>
border-color css
<style>
span { border-color: #DFAC24; }
span { border-color: rgb(223,172,36); }
td.TdClassName
{
border-color: #DFAC24;
}
.TagClassName
{
border-color: #DFAC24;
}
</style>