Shades of Gold Tips #DFB422
Tints of Gold Tips #DFB422
RGB
CMYK
RGB Variations
Color information
#DFB422 (or 0xDFB422) is known color: Gold Tips. HEX triplet: DF, B4 and 22. RGB value is (223,180,34). Sum of RGB (Red+Green+Blue) = 223+180+34=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB422 is #204BDD. Grayscale: #B0B0B0. Windows color (decimal): -2116574 or 2274527. OLE color: 2274527.
HSL color Cylindrical-coordinate representation of color #DFB422: hue angle of 46.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFB422 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 34 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.13 |
| HSL | 46.35º | 0.75% | 0.5% | - |
| HSV(B) | 46.35º | 0.85% | 0.87% | - |
| XYZ | 47.04 | 48.45 | 8.39 | - |
| YUV | 176.21 | 47.75 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 34 | 0 | 0.19 | 0.85 | 0.13 | 46.35 | 0.75 | 0.5 |
| Hex | DF | B4 | 22 | 0 | 13 | 55 | D | 2E | 4B | 32 |
| Octal | 337 | 264 | 42 | 0 | 23 | 125 | 15 | 56 | 113 | 62 |
| Binary | 11011111 | 10110100 | 100010 | 0 | 10011 | 1010101 | 1101 | 101110 | 1001011 | 110010 |
Color Harmonies of #DFB422
Complementary color
Monochromatic Colors of #DFB422
Black with #DFB422
Text Example
Text Example
White with #DFB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB422; }
p { color: rgb(223,180,34); }
H1.HeaderClassName
{
color: #DFB422;
}
.AnyTagClassName
{
color: #DFB422;
}
</style>
background-color css
<style>
a { background-color: #DFB422; }
a { background-color: rgb(223,180,34); }
div.DivClassName
{
background-color: #DFB422;
}
.BgClassName
{
background-color: #DFB422;
}
</style>
border-color css
<style>
span { border-color: #DFB422; }
span { border-color: rgb(223,180,34); }
td.TdClassName
{
border-color: #DFB422;
}
.TagClassName
{
border-color: #DFB422;
}
</style>