Shades of Gold Tips #DFAA2F
Tints of Gold Tips #DFAA2F
RGB
CMYK
RGB Variations
Color information
#DFAA2F (or 0xDFAA2F) is known color: Gold Tips. HEX triplet: DF, AA and 2F. RGB value is (223,170,47). Sum of RGB (Red+Green+Blue) = 223+170+47=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA2F is #2055D0. Grayscale: #ACACAC. Windows color (decimal): -2119121 or 3123935. OLE color: 3123935.
HSL color Cylindrical-coordinate representation of color #DFAA2F: hue angle of 41.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFAA2F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 47 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.13 |
| HSL | 41.93º | 0.73% | 0.53% | - |
| HSV(B) | 41.93º | 0.79% | 0.87% | - |
| XYZ | 45.32 | 44.64 | 8.92 | - |
| YUV | 171.83 | 57.56 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 47 | 0 | 0.24 | 0.79 | 0.13 | 41.93 | 0.73 | 0.53 |
| Hex | DF | AA | 2F | 0 | 18 | 4F | D | 2A | 49 | 35 |
| Octal | 337 | 252 | 57 | 0 | 30 | 117 | 15 | 52 | 111 | 65 |
| Binary | 11011111 | 10101010 | 101111 | 0 | 11000 | 1001111 | 1101 | 101010 | 1001001 | 110101 |
Color Harmonies of #DFAA2F
Complementary color
Monochromatic Colors of #DFAA2F
Black with #DFAA2F
Text Example
Text Example
White with #DFAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA2F; }
p { color: rgb(223,170,47); }
H1.HeaderClassName
{
color: #DFAA2F;
}
.AnyTagClassName
{
color: #DFAA2F;
}
</style>
background-color css
<style>
a { background-color: #DFAA2F; }
a { background-color: rgb(223,170,47); }
div.DivClassName
{
background-color: #DFAA2F;
}
.BgClassName
{
background-color: #DFAA2F;
}
</style>
border-color css
<style>
span { border-color: #DFAA2F; }
span { border-color: rgb(223,170,47); }
td.TdClassName
{
border-color: #DFAA2F;
}
.TagClassName
{
border-color: #DFAA2F;
}
</style>