Shades of Gold Tips #DFAF28
Tints of Gold Tips #DFAF28
RGB
CMYK
RGB Variations
Color information
#DFAF28 (or 0xDFAF28) is known color: Gold Tips. HEX triplet: DF, AF and 28. RGB value is (223,175,40). Sum of RGB (Red+Green+Blue) = 223+175+40=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF28 is #2050D7. Grayscale: #AEAEAE. Windows color (decimal): -2117848 or 2666463. OLE color: 2666463.
HSL color Cylindrical-coordinate representation of color #DFAF28: hue angle of 44.26º 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 #DFAF28 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 40 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.13 |
| HSL | 44.26º | 0.74% | 0.52% | - |
| HSV(B) | 44.26º | 0.82% | 0.87% | - |
| XYZ | 46.14 | 46.5 | 8.55 | - |
| YUV | 173.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 40 | 0 | 0.22 | 0.82 | 0.13 | 44.26 | 0.74 | 0.52 |
| Hex | DF | AF | 28 | 0 | 16 | 52 | D | 2C | 4A | 34 |
| Octal | 337 | 257 | 50 | 0 | 26 | 122 | 15 | 54 | 112 | 64 |
| Binary | 11011111 | 10101111 | 101000 | 0 | 10110 | 1010010 | 1101 | 101100 | 1001010 | 110100 |
Color Harmonies of #DFAF28
Complementary color
Monochromatic Colors of #DFAF28
Black with #DFAF28
Text Example
Text Example
White with #DFAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF28; }
p { color: rgb(223,175,40); }
H1.HeaderClassName
{
color: #DFAF28;
}
.AnyTagClassName
{
color: #DFAF28;
}
</style>
background-color css
<style>
a { background-color: #DFAF28; }
a { background-color: rgb(223,175,40); }
div.DivClassName
{
background-color: #DFAF28;
}
.BgClassName
{
background-color: #DFAF28;
}
</style>
border-color css
<style>
span { border-color: #DFAF28; }
span { border-color: rgb(223,175,40); }
td.TdClassName
{
border-color: #DFAF28;
}
.TagClassName
{
border-color: #DFAF28;
}
</style>