Shades of Gold Tips #DFAA2B
Tints of Gold Tips #DFAA2B
RGB
CMYK
RGB Variations
Color information
#DFAA2B (or 0xDFAA2B) is known color: Gold Tips. HEX triplet: DF, AA and 2B. RGB value is (223,170,43). Sum of RGB (Red+Green+Blue) = 223+170+43=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA2B is #2055D4. Grayscale: #ABABAB. Windows color (decimal): -2119125 or 2861791. OLE color: 2861791.
HSL color Cylindrical-coordinate representation of color #DFAA2B: hue angle of 42.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFAA2B is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 43 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.13 |
| HSL | 42.33º | 0.74% | 0.52% | - |
| HSV(B) | 42.33º | 0.81% | 0.87% | - |
| XYZ | 45.24 | 44.61 | 8.51 | - |
| YUV | 171.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 43 | 0 | 0.24 | 0.81 | 0.13 | 42.33 | 0.74 | 0.52 |
| Hex | DF | AA | 2B | 0 | 18 | 51 | D | 2A | 4A | 34 |
| Octal | 337 | 252 | 53 | 0 | 30 | 121 | 15 | 52 | 112 | 64 |
| Binary | 11011111 | 10101010 | 101011 | 0 | 11000 | 1010001 | 1101 | 101010 | 1001010 | 110100 |
Color Harmonies of #DFAA2B
Complementary color
Monochromatic Colors of #DFAA2B
Black with #DFAA2B
Text Example
Text Example
White with #DFAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA2B; }
p { color: rgb(223,170,43); }
H1.HeaderClassName
{
color: #DFAA2B;
}
.AnyTagClassName
{
color: #DFAA2B;
}
</style>
background-color css
<style>
a { background-color: #DFAA2B; }
a { background-color: rgb(223,170,43); }
div.DivClassName
{
background-color: #DFAA2B;
}
.BgClassName
{
background-color: #DFAA2B;
}
</style>
border-color css
<style>
span { border-color: #DFAA2B; }
span { border-color: rgb(223,170,43); }
td.TdClassName
{
border-color: #DFAA2B;
}
.TagClassName
{
border-color: #DFAA2B;
}
</style>