Shades of Gold Tips #DFB22A
Tints of Gold Tips #DFB22A
RGB
CMYK
RGB Variations
Color information
#DFB22A (or 0xDFB22A) is known color: Gold Tips. HEX triplet: DF, B2 and 2A. RGB value is (223,178,42). Sum of RGB (Red+Green+Blue) = 223+178+42=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB22A is #204DD5. Grayscale: #B0B0B0. Windows color (decimal): -2117078 or 2798303. OLE color: 2798303.
HSL color Cylindrical-coordinate representation of color #DFB22A: hue angle of 45.08º 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 #DFB22A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 42 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.13 |
| HSL | 45.08º | 0.74% | 0.52% | - |
| HSV(B) | 45.08º | 0.81% | 0.87% | - |
| XYZ | 46.77 | 47.7 | 8.93 | - |
| YUV | 175.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 42 | 0 | 0.20 | 0.81 | 0.13 | 45.08 | 0.74 | 0.52 |
| Hex | DF | B2 | 2A | 0 | 14 | 51 | D | 2D | 4A | 34 |
| Octal | 337 | 262 | 52 | 0 | 24 | 121 | 15 | 55 | 112 | 64 |
| Binary | 11011111 | 10110010 | 101010 | 0 | 10100 | 1010001 | 1101 | 101101 | 1001010 | 110100 |
Color Harmonies of #DFB22A
Complementary color
Monochromatic Colors of #DFB22A
Black with #DFB22A
Text Example
Text Example
White with #DFB22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB22A; }
p { color: rgb(223,178,42); }
H1.HeaderClassName
{
color: #DFB22A;
}
.AnyTagClassName
{
color: #DFB22A;
}
</style>
background-color css
<style>
a { background-color: #DFB22A; }
a { background-color: rgb(223,178,42); }
div.DivClassName
{
background-color: #DFB22A;
}
.BgClassName
{
background-color: #DFB22A;
}
</style>
border-color css
<style>
span { border-color: #DFB22A; }
span { border-color: rgb(223,178,42); }
td.TdClassName
{
border-color: #DFB22A;
}
.TagClassName
{
border-color: #DFB22A;
}
</style>