Shades of Gold Tips #DFB232
Tints of Gold Tips #DFB232
RGB
CMYK
RGB Variations
Color information
#DFB232 (or 0xDFB232) is known color: Gold Tips. HEX triplet: DF, B2 and 32. RGB value is (223,178,50). Sum of RGB (Red+Green+Blue) = 223+178+50=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB232 is #204DCD. Grayscale: #B1B1B1. Windows color (decimal): -2117070 or 3322591. OLE color: 3322591.
HSL color Cylindrical-coordinate representation of color #DFB232: hue angle of 44.39º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFB232 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 50 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.13 |
| HSL | 44.39º | 0.73% | 0.54% | - |
| HSV(B) | 44.39º | 0.78% | 0.87% | - |
| XYZ | 46.93 | 47.76 | 9.76 | - |
| YUV | 176.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 50 | 0 | 0.20 | 0.78 | 0.13 | 44.39 | 0.73 | 0.54 |
| Hex | DF | B2 | 32 | 0 | 14 | 4E | D | 2C | 49 | 36 |
| Octal | 337 | 262 | 62 | 0 | 24 | 116 | 15 | 54 | 111 | 66 |
| Binary | 11011111 | 10110010 | 110010 | 0 | 10100 | 1001110 | 1101 | 101100 | 1001001 | 110110 |
Color Harmonies of #DFB232
Complementary color
Monochromatic Colors of #DFB232
Black with #DFB232
Text Example
Text Example
White with #DFB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB232; }
p { color: rgb(223,178,50); }
H1.HeaderClassName
{
color: #DFB232;
}
.AnyTagClassName
{
color: #DFB232;
}
</style>
background-color css
<style>
a { background-color: #DFB232; }
a { background-color: rgb(223,178,50); }
div.DivClassName
{
background-color: #DFB232;
}
.BgClassName
{
background-color: #DFB232;
}
</style>
border-color css
<style>
span { border-color: #DFB232; }
span { border-color: rgb(223,178,50); }
td.TdClassName
{
border-color: #DFB232;
}
.TagClassName
{
border-color: #DFB232;
}
</style>