Shades of Gold Tips #DFAA28
Tints of Gold Tips #DFAA28
RGB
CMYK
RGB Variations
Color information
#DFAA28 (or 0xDFAA28) is known color: Gold Tips. HEX triplet: DF, AA and 28. RGB value is (223,170,40). Sum of RGB (Red+Green+Blue) = 223+170+40=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA28 is #2055D7. Grayscale: #ABABAB. Windows color (decimal): -2119128 or 2665183. OLE color: 2665183.
HSL color Cylindrical-coordinate representation of color #DFAA28: hue angle of 42.62º 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 #DFAA28 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 40 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.13 |
| HSL | 42.62º | 0.74% | 0.52% | - |
| HSV(B) | 42.62º | 0.82% | 0.87% | - |
| XYZ | 45.19 | 44.59 | 8.23 | - |
| YUV | 171.03 | 54.06 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 40 | 0 | 0.24 | 0.82 | 0.13 | 42.62 | 0.74 | 0.52 |
| Hex | DF | AA | 28 | 0 | 18 | 52 | D | 2B | 4A | 34 |
| Octal | 337 | 252 | 50 | 0 | 30 | 122 | 15 | 53 | 112 | 64 |
| Binary | 11011111 | 10101010 | 101000 | 0 | 11000 | 1010010 | 1101 | 101011 | 1001010 | 110100 |
Color Harmonies of #DFAA28
Complementary color
Monochromatic Colors of #DFAA28
Black with #DFAA28
Text Example
Text Example
White with #DFAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA28; }
p { color: rgb(223,170,40); }
H1.HeaderClassName
{
color: #DFAA28;
}
.AnyTagClassName
{
color: #DFAA28;
}
</style>
background-color css
<style>
a { background-color: #DFAA28; }
a { background-color: rgb(223,170,40); }
div.DivClassName
{
background-color: #DFAA28;
}
.BgClassName
{
background-color: #DFAA28;
}
</style>
border-color css
<style>
span { border-color: #DFAA28; }
span { border-color: rgb(223,170,40); }
td.TdClassName
{
border-color: #DFAA28;
}
.TagClassName
{
border-color: #DFAA28;
}
</style>