Shades of Gold Tips #DFB932
Tints of Gold Tips #DFB932
RGB
CMYK
RGB Variations
Color information
#DFB932 (or 0xDFB932) is known color: Gold Tips. HEX triplet: DF, B9 and 32. RGB value is (223,185,50). Sum of RGB (Red+Green+Blue) = 223+185+50=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB932 is #2046CD. Grayscale: #B5B5B5. Windows color (decimal): -2115278 or 3324383. OLE color: 3324383.
HSL color Cylindrical-coordinate representation of color #DFB932: hue angle of 46.82º 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 #DFB932 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 50 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.13 |
| HSL | 46.82º | 0.73% | 0.54% | - |
| HSV(B) | 46.82º | 0.78% | 0.87% | - |
| XYZ | 48.36 | 50.62 | 10.24 | - |
| YUV | 180.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 50 | 0 | 0.17 | 0.78 | 0.13 | 46.82 | 0.73 | 0.54 |
| Hex | DF | B9 | 32 | 0 | 11 | 4E | D | 2F | 49 | 36 |
| Octal | 337 | 271 | 62 | 0 | 21 | 116 | 15 | 57 | 111 | 66 |
| Binary | 11011111 | 10111001 | 110010 | 0 | 10001 | 1001110 | 1101 | 101111 | 1001001 | 110110 |
Color Harmonies of #DFB932
Complementary color
Monochromatic Colors of #DFB932
Black with #DFB932
Text Example
Text Example
White with #DFB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB932; }
p { color: rgb(223,185,50); }
H1.HeaderClassName
{
color: #DFB932;
}
.AnyTagClassName
{
color: #DFB932;
}
</style>
background-color css
<style>
a { background-color: #DFB932; }
a { background-color: rgb(223,185,50); }
div.DivClassName
{
background-color: #DFB932;
}
.BgClassName
{
background-color: #DFB932;
}
</style>
border-color css
<style>
span { border-color: #DFB932; }
span { border-color: rgb(223,185,50); }
td.TdClassName
{
border-color: #DFB932;
}
.TagClassName
{
border-color: #DFB932;
}
</style>