Shades of Gold Tips #DFB220
Tints of Gold Tips #DFB220
RGB
CMYK
RGB Variations
Color information
#DFB220 (or 0xDFB220) is known color: Gold Tips. HEX triplet: DF, B2 and 20. RGB value is (223,178,32). Sum of RGB (Red+Green+Blue) = 223+178+32=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB220 is #204DDF. Grayscale: #AFAFAF. Windows color (decimal): -2117088 or 2142943. OLE color: 2142943.
HSL color Cylindrical-coordinate representation of color #DFB220: hue angle of 45.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFB220 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 32 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.13 |
| HSL | 45.86º | 0.75% | 0.5% | - |
| HSV(B) | 45.86º | 0.86% | 0.87% | - |
| XYZ | 46.61 | 47.63 | 8.1 | - |
| YUV | 174.81 | 47.41 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 32 | 0 | 0.20 | 0.86 | 0.13 | 45.86 | 0.75 | 0.5 |
| Hex | DF | B2 | 20 | 0 | 14 | 56 | D | 2E | 4B | 32 |
| Octal | 337 | 262 | 40 | 0 | 24 | 126 | 15 | 56 | 113 | 62 |
| Binary | 11011111 | 10110010 | 100000 | 0 | 10100 | 1010110 | 1101 | 101110 | 1001011 | 110010 |
Color Harmonies of #DFB220
Complementary color
Monochromatic Colors of #DFB220
Black with #DFB220
Text Example
Text Example
White with #DFB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB220; }
p { color: rgb(223,178,32); }
H1.HeaderClassName
{
color: #DFB220;
}
.AnyTagClassName
{
color: #DFB220;
}
</style>
background-color css
<style>
a { background-color: #DFB220; }
a { background-color: rgb(223,178,32); }
div.DivClassName
{
background-color: #DFB220;
}
.BgClassName
{
background-color: #DFB220;
}
</style>
border-color css
<style>
span { border-color: #DFB220; }
span { border-color: rgb(223,178,32); }
td.TdClassName
{
border-color: #DFB220;
}
.TagClassName
{
border-color: #DFB220;
}
</style>