Shades of Gold Tips #DFB22E
Tints of Gold Tips #DFB22E
RGB
CMYK
RGB Variations
Color information
#DFB22E (or 0xDFB22E) is known color: Gold Tips. HEX triplet: DF, B2 and 2E. RGB value is (223,178,46). Sum of RGB (Red+Green+Blue) = 223+178+46=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB22E is #204DD1. Grayscale: #B0B0B0. Windows color (decimal): -2117074 or 3060447. OLE color: 3060447.
HSL color Cylindrical-coordinate representation of color #DFB22E: hue angle of 44.75º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB22E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 46 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.13 |
| HSL | 44.75º | 0.73% | 0.53% | - |
| HSV(B) | 44.75º | 0.79% | 0.87% | - |
| XYZ | 46.84 | 47.73 | 9.33 | - |
| YUV | 176.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 46 | 0 | 0.20 | 0.79 | 0.13 | 44.75 | 0.73 | 0.53 |
| Hex | DF | B2 | 2E | 0 | 14 | 4F | D | 2D | 49 | 35 |
| Octal | 337 | 262 | 56 | 0 | 24 | 117 | 15 | 55 | 111 | 65 |
| Binary | 11011111 | 10110010 | 101110 | 0 | 10100 | 1001111 | 1101 | 101101 | 1001001 | 110101 |
Color Harmonies of #DFB22E
Complementary color
Monochromatic Colors of #DFB22E
Black with #DFB22E
Text Example
Text Example
White with #DFB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB22E; }
p { color: rgb(223,178,46); }
H1.HeaderClassName
{
color: #DFB22E;
}
.AnyTagClassName
{
color: #DFB22E;
}
</style>
background-color css
<style>
a { background-color: #DFB22E; }
a { background-color: rgb(223,178,46); }
div.DivClassName
{
background-color: #DFB22E;
}
.BgClassName
{
background-color: #DFB22E;
}
</style>
border-color css
<style>
span { border-color: #DFB22E; }
span { border-color: rgb(223,178,46); }
td.TdClassName
{
border-color: #DFB22E;
}
.TagClassName
{
border-color: #DFB22E;
}
</style>