Shades of Gold Tips #DFB323
Tints of Gold Tips #DFB323
RGB
CMYK
RGB Variations
Color information
#DFB323 (or 0xDFB323) is known color: Gold Tips. HEX triplet: DF, B3 and 23. RGB value is (223,179,35). Sum of RGB (Red+Green+Blue) = 223+179+35=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB323 is #204CDC. Grayscale: #B0B0B0. Windows color (decimal): -2116829 or 2339807. OLE color: 2339807.
HSL color Cylindrical-coordinate representation of color #DFB323: hue angle of 45.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFB323 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 35 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.13 |
| HSL | 45.96º | 0.75% | 0.51% | - |
| HSV(B) | 45.96º | 0.84% | 0.87% | - |
| XYZ | 46.85 | 48.05 | 8.4 | - |
| YUV | 175.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 35 | 0 | 0.20 | 0.84 | 0.13 | 45.96 | 0.75 | 0.51 |
| Hex | DF | B3 | 23 | 0 | 14 | 54 | D | 2E | 4B | 33 |
| Octal | 337 | 263 | 43 | 0 | 24 | 124 | 15 | 56 | 113 | 63 |
| Binary | 11011111 | 10110011 | 100011 | 0 | 10100 | 1010100 | 1101 | 101110 | 1001011 | 110011 |
Color Harmonies of #DFB323
Complementary color
Monochromatic Colors of #DFB323
Black with #DFB323
Text Example
Text Example
White with #DFB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB323; }
p { color: rgb(223,179,35); }
H1.HeaderClassName
{
color: #DFB323;
}
.AnyTagClassName
{
color: #DFB323;
}
</style>
background-color css
<style>
a { background-color: #DFB323; }
a { background-color: rgb(223,179,35); }
div.DivClassName
{
background-color: #DFB323;
}
.BgClassName
{
background-color: #DFB323;
}
</style>
border-color css
<style>
span { border-color: #DFB323; }
span { border-color: rgb(223,179,35); }
td.TdClassName
{
border-color: #DFB323;
}
.TagClassName
{
border-color: #DFB323;
}
</style>