Shades of Gold Tips #DFB22D
Tints of Gold Tips #DFB22D
RGB
CMYK
RGB Variations
Color information
#DFB22D (or 0xDFB22D) is known color: Gold Tips. HEX triplet: DF, B2 and 2D. RGB value is (223,178,45). Sum of RGB (Red+Green+Blue) = 223+178+45=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB22D is #204DD2. Grayscale: #B0B0B0. Windows color (decimal): -2117075 or 2994911. OLE color: 2994911.
HSL color Cylindrical-coordinate representation of color #DFB22D: hue angle of 44.83º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB22D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 45 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.13 |
| HSL | 44.83º | 0.74% | 0.53% | - |
| HSV(B) | 44.83º | 0.8% | 0.87% | - |
| XYZ | 46.83 | 47.72 | 9.23 | - |
| YUV | 176.29 | 53.91 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 45 | 0 | 0.20 | 0.80 | 0.13 | 44.83 | 0.74 | 0.53 |
| Hex | DF | B2 | 2D | 0 | 14 | 50 | D | 2D | 4A | 35 |
| Octal | 337 | 262 | 55 | 0 | 24 | 120 | 15 | 55 | 112 | 65 |
| Binary | 11011111 | 10110010 | 101101 | 0 | 10100 | 1010000 | 1101 | 101101 | 1001010 | 110101 |
Color Harmonies of #DFB22D
Complementary color
Monochromatic Colors of #DFB22D
Black with #DFB22D
Text Example
Text Example
White with #DFB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB22D; }
p { color: rgb(223,178,45); }
H1.HeaderClassName
{
color: #DFB22D;
}
.AnyTagClassName
{
color: #DFB22D;
}
</style>
background-color css
<style>
a { background-color: #DFB22D; }
a { background-color: rgb(223,178,45); }
div.DivClassName
{
background-color: #DFB22D;
}
.BgClassName
{
background-color: #DFB22D;
}
</style>
border-color css
<style>
span { border-color: #DFB22D; }
span { border-color: rgb(223,178,45); }
td.TdClassName
{
border-color: #DFB22D;
}
.TagClassName
{
border-color: #DFB22D;
}
</style>