Shades of Gold Tips #DFAD2C
Tints of Gold Tips #DFAD2C
RGB
CMYK
RGB Variations
Color information
#DFAD2C (or 0xDFAD2C) is known color: Gold Tips. HEX triplet: DF, AD and 2C. RGB value is (223,173,44). Sum of RGB (Red+Green+Blue) = 223+173+44=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAD2C is #2052D3. Grayscale: #ADADAD. Windows color (decimal): -2118356 or 2928095. OLE color: 2928095.
HSL color Cylindrical-coordinate representation of color #DFAD2C: hue angle of 43.24º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFAD2C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 44 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.13 |
| HSL | 43.24º | 0.74% | 0.52% | - |
| HSV(B) | 43.24º | 0.8% | 0.87% | - |
| XYZ | 45.83 | 45.76 | 8.8 | - |
| YUV | 173.24 | 55.07 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 44 | 0 | 0.22 | 0.80 | 0.13 | 43.24 | 0.74 | 0.52 |
| Hex | DF | AD | 2C | 0 | 16 | 50 | D | 2B | 4A | 34 |
| Octal | 337 | 255 | 54 | 0 | 26 | 120 | 15 | 53 | 112 | 64 |
| Binary | 11011111 | 10101101 | 101100 | 0 | 10110 | 1010000 | 1101 | 101011 | 1001010 | 110100 |
Color Harmonies of #DFAD2C
Complementary color
Monochromatic Colors of #DFAD2C
Black with #DFAD2C
Text Example
Text Example
White with #DFAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD2C; }
p { color: rgb(223,173,44); }
H1.HeaderClassName
{
color: #DFAD2C;
}
.AnyTagClassName
{
color: #DFAD2C;
}
</style>
background-color css
<style>
a { background-color: #DFAD2C; }
a { background-color: rgb(223,173,44); }
div.DivClassName
{
background-color: #DFAD2C;
}
.BgClassName
{
background-color: #DFAD2C;
}
</style>
border-color css
<style>
span { border-color: #DFAD2C; }
span { border-color: rgb(223,173,44); }
td.TdClassName
{
border-color: #DFAD2C;
}
.TagClassName
{
border-color: #DFAD2C;
}
</style>