Shades of Gold Tips #DFAC2A
Tints of Gold Tips #DFAC2A
RGB
CMYK
RGB Variations
Color information
#DFAC2A (or 0xDFAC2A) is known color: Gold Tips. HEX triplet: DF, AC and 2A. RGB value is (223,172,42). Sum of RGB (Red+Green+Blue) = 223+172+42=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC2A is #2053D5. Grayscale: #ADADAD. Windows color (decimal): -2118614 or 2796767. OLE color: 2796767.
HSL color Cylindrical-coordinate representation of color #DFAC2A: hue angle of 43.09º 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 #DFAC2A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 42 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.13 |
| HSL | 43.09º | 0.74% | 0.52% | - |
| HSV(B) | 43.09º | 0.81% | 0.87% | - |
| XYZ | 45.6 | 45.36 | 8.54 | - |
| YUV | 172.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 42 | 0 | 0.23 | 0.81 | 0.13 | 43.09 | 0.74 | 0.52 |
| Hex | DF | AC | 2A | 0 | 17 | 51 | D | 2B | 4A | 34 |
| Octal | 337 | 254 | 52 | 0 | 27 | 121 | 15 | 53 | 112 | 64 |
| Binary | 11011111 | 10101100 | 101010 | 0 | 10111 | 1010001 | 1101 | 101011 | 1001010 | 110100 |
Color Harmonies of #DFAC2A
Complementary color
Monochromatic Colors of #DFAC2A
Black with #DFAC2A
Text Example
Text Example
White with #DFAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC2A; }
p { color: rgb(223,172,42); }
H1.HeaderClassName
{
color: #DFAC2A;
}
.AnyTagClassName
{
color: #DFAC2A;
}
</style>
background-color css
<style>
a { background-color: #DFAC2A; }
a { background-color: rgb(223,172,42); }
div.DivClassName
{
background-color: #DFAC2A;
}
.BgClassName
{
background-color: #DFAC2A;
}
</style>
border-color css
<style>
span { border-color: #DFAC2A; }
span { border-color: rgb(223,172,42); }
td.TdClassName
{
border-color: #DFAC2A;
}
.TagClassName
{
border-color: #DFAC2A;
}
</style>