Shades of Gold Tips #DFAF32
Tints of Gold Tips #DFAF32
RGB
CMYK
RGB Variations
Color information
#DFAF32 (or 0xDFAF32) is known color: Gold Tips. HEX triplet: DF, AF and 32. RGB value is (223,175,50). Sum of RGB (Red+Green+Blue) = 223+175+50=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF32 is #2050CD. Grayscale: #AFAFAF. Windows color (decimal): -2117838 or 3321823. OLE color: 3321823.
HSL color Cylindrical-coordinate representation of color #DFAF32: hue angle of 43.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFAF32 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 50 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.13 |
| HSL | 43.35º | 0.73% | 0.54% | - |
| HSV(B) | 43.35º | 0.78% | 0.87% | - |
| XYZ | 46.34 | 46.58 | 9.57 | - |
| YUV | 175.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 50 | 0 | 0.22 | 0.78 | 0.13 | 43.35 | 0.73 | 0.54 |
| Hex | DF | AF | 32 | 0 | 16 | 4E | D | 2B | 49 | 36 |
| Octal | 337 | 257 | 62 | 0 | 26 | 116 | 15 | 53 | 111 | 66 |
| Binary | 11011111 | 10101111 | 110010 | 0 | 10110 | 1001110 | 1101 | 101011 | 1001001 | 110110 |
Color Harmonies of #DFAF32
Complementary color
Monochromatic Colors of #DFAF32
Black with #DFAF32
Text Example
Text Example
White with #DFAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF32; }
p { color: rgb(223,175,50); }
H1.HeaderClassName
{
color: #DFAF32;
}
.AnyTagClassName
{
color: #DFAF32;
}
</style>
background-color css
<style>
a { background-color: #DFAF32; }
a { background-color: rgb(223,175,50); }
div.DivClassName
{
background-color: #DFAF32;
}
.BgClassName
{
background-color: #DFAF32;
}
</style>
border-color css
<style>
span { border-color: #DFAF32; }
span { border-color: rgb(223,175,50); }
td.TdClassName
{
border-color: #DFAF32;
}
.TagClassName
{
border-color: #DFAF32;
}
</style>