Shades of Gold Tips #DFAF29
Tints of Gold Tips #DFAF29
RGB
CMYK
RGB Variations
Color information
#DFAF29 (or 0xDFAF29) is known color: Gold Tips. HEX triplet: DF, AF and 29. RGB value is (223,175,41). Sum of RGB (Red+Green+Blue) = 223+175+41=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF29 is #2050D6. Grayscale: #AEAEAE. Windows color (decimal): -2117847 or 2731999. OLE color: 2731999.
HSL color Cylindrical-coordinate representation of color #DFAF29: hue angle of 44.18º 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 #DFAF29 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 41 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.13 |
| HSL | 44.18º | 0.74% | 0.52% | - |
| HSV(B) | 44.18º | 0.82% | 0.87% | - |
| XYZ | 46.16 | 46.51 | 8.64 | - |
| YUV | 174.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 41 | 0 | 0.22 | 0.82 | 0.13 | 44.18 | 0.74 | 0.52 |
| Hex | DF | AF | 29 | 0 | 16 | 52 | D | 2C | 4A | 34 |
| Octal | 337 | 257 | 51 | 0 | 26 | 122 | 15 | 54 | 112 | 64 |
| Binary | 11011111 | 10101111 | 101001 | 0 | 10110 | 1010010 | 1101 | 101100 | 1001010 | 110100 |
Color Harmonies of #DFAF29
Complementary color
Monochromatic Colors of #DFAF29
Black with #DFAF29
Text Example
Text Example
White with #DFAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF29; }
p { color: rgb(223,175,41); }
H1.HeaderClassName
{
color: #DFAF29;
}
.AnyTagClassName
{
color: #DFAF29;
}
</style>
background-color css
<style>
a { background-color: #DFAF29; }
a { background-color: rgb(223,175,41); }
div.DivClassName
{
background-color: #DFAF29;
}
.BgClassName
{
background-color: #DFAF29;
}
</style>
border-color css
<style>
span { border-color: #DFAF29; }
span { border-color: rgb(223,175,41); }
td.TdClassName
{
border-color: #DFAF29;
}
.TagClassName
{
border-color: #DFAF29;
}
</style>