Shades of Gold Tips #DFAA2A
Tints of Gold Tips #DFAA2A
RGB
CMYK
RGB Variations
Color information
#DFAA2A (or 0xDFAA2A) is known color: Gold Tips. HEX triplet: DF, AA and 2A. RGB value is (223,170,42). Sum of RGB (Red+Green+Blue) = 223+170+42=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA2A is #2055D5. Grayscale: #ABABAB. Windows color (decimal): -2119126 or 2796255. OLE color: 2796255.
HSL color Cylindrical-coordinate representation of color #DFAA2A: hue angle of 42.43º 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 #DFAA2A is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 42 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.13 |
| HSL | 42.43º | 0.74% | 0.52% | - |
| HSV(B) | 42.43º | 0.81% | 0.87% | - |
| XYZ | 45.22 | 44.6 | 8.42 | - |
| YUV | 171.26 | 55.06 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 42 | 0 | 0.24 | 0.81 | 0.13 | 42.43 | 0.74 | 0.52 |
| Hex | DF | AA | 2A | 0 | 18 | 51 | D | 2A | 4A | 34 |
| Octal | 337 | 252 | 52 | 0 | 30 | 121 | 15 | 52 | 112 | 64 |
| Binary | 11011111 | 10101010 | 101010 | 0 | 11000 | 1010001 | 1101 | 101010 | 1001010 | 110100 |
Color Harmonies of #DFAA2A
Complementary color
Monochromatic Colors of #DFAA2A
Black with #DFAA2A
Text Example
Text Example
White with #DFAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA2A; }
p { color: rgb(223,170,42); }
H1.HeaderClassName
{
color: #DFAA2A;
}
.AnyTagClassName
{
color: #DFAA2A;
}
</style>
background-color css
<style>
a { background-color: #DFAA2A; }
a { background-color: rgb(223,170,42); }
div.DivClassName
{
background-color: #DFAA2A;
}
.BgClassName
{
background-color: #DFAA2A;
}
</style>
border-color css
<style>
span { border-color: #DFAA2A; }
span { border-color: rgb(223,170,42); }
td.TdClassName
{
border-color: #DFAA2A;
}
.TagClassName
{
border-color: #DFAA2A;
}
</style>