Shades of Gold Tips #DFAA2D
Tints of Gold Tips #DFAA2D
RGB
CMYK
RGB Variations
Color information
#DFAA2D (or 0xDFAA2D) is known color: Gold Tips. HEX triplet: DF, AA and 2D. RGB value is (223,170,45). Sum of RGB (Red+Green+Blue) = 223+170+45=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA2D is #2055D2. Grayscale: #ACACAC. Windows color (decimal): -2119123 or 2992863. OLE color: 2992863.
HSL color Cylindrical-coordinate representation of color #DFAA2D: hue angle of 42.13º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFAA2D is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 45 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.13 |
| HSL | 42.13º | 0.74% | 0.53% | - |
| HSV(B) | 42.13º | 0.8% | 0.87% | - |
| XYZ | 45.28 | 44.63 | 8.71 | - |
| YUV | 171.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 45 | 0 | 0.24 | 0.80 | 0.13 | 42.13 | 0.74 | 0.53 |
| Hex | DF | AA | 2D | 0 | 18 | 50 | D | 2A | 4A | 35 |
| Octal | 337 | 252 | 55 | 0 | 30 | 120 | 15 | 52 | 112 | 65 |
| Binary | 11011111 | 10101010 | 101101 | 0 | 11000 | 1010000 | 1101 | 101010 | 1001010 | 110101 |
Color Harmonies of #DFAA2D
Complementary color
Monochromatic Colors of #DFAA2D
Black with #DFAA2D
Text Example
Text Example
White with #DFAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA2D; }
p { color: rgb(223,170,45); }
H1.HeaderClassName
{
color: #DFAA2D;
}
.AnyTagClassName
{
color: #DFAA2D;
}
</style>
background-color css
<style>
a { background-color: #DFAA2D; }
a { background-color: rgb(223,170,45); }
div.DivClassName
{
background-color: #DFAA2D;
}
.BgClassName
{
background-color: #DFAA2D;
}
</style>
border-color css
<style>
span { border-color: #DFAA2D; }
span { border-color: rgb(223,170,45); }
td.TdClassName
{
border-color: #DFAA2D;
}
.TagClassName
{
border-color: #DFAA2D;
}
</style>