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