Shades of Gold Tips #DFAF23
Tints of Gold Tips #DFAF23
RGB
CMYK
RGB Variations
Color information
#DFAF23 (or 0xDFAF23) is known color: Gold Tips. HEX triplet: DF, AF and 23. RGB value is (223,175,35). Sum of RGB (Red+Green+Blue) = 223+175+35=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF23 is #2050DC. Grayscale: #ADADAD. Windows color (decimal): -2117853 or 2338783. OLE color: 2338783.
HSL color Cylindrical-coordinate representation of color #DFAF23: hue angle of 44.68º 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 #DFAF23 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 35 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.13 |
| HSL | 44.68º | 0.75% | 0.51% | - |
| HSV(B) | 44.68º | 0.84% | 0.87% | - |
| XYZ | 46.06 | 46.47 | 8.13 | - |
| YUV | 173.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 35 | 0 | 0.22 | 0.84 | 0.13 | 44.68 | 0.75 | 0.51 |
| Hex | DF | AF | 23 | 0 | 16 | 54 | D | 2D | 4B | 33 |
| Octal | 337 | 257 | 43 | 0 | 26 | 124 | 15 | 55 | 113 | 63 |
| Binary | 11011111 | 10101111 | 100011 | 0 | 10110 | 1010100 | 1101 | 101101 | 1001011 | 110011 |
Color Harmonies of #DFAF23
Complementary color
Monochromatic Colors of #DFAF23
Black with #DFAF23
Text Example
Text Example
White with #DFAF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF23; }
p { color: rgb(223,175,35); }
H1.HeaderClassName
{
color: #DFAF23;
}
.AnyTagClassName
{
color: #DFAF23;
}
</style>
background-color css
<style>
a { background-color: #DFAF23; }
a { background-color: rgb(223,175,35); }
div.DivClassName
{
background-color: #DFAF23;
}
.BgClassName
{
background-color: #DFAF23;
}
</style>
border-color css
<style>
span { border-color: #DFAF23; }
span { border-color: rgb(223,175,35); }
td.TdClassName
{
border-color: #DFAF23;
}
.TagClassName
{
border-color: #DFAF23;
}
</style>