Shades of Gold Tips #DFB732
Tints of Gold Tips #DFB732
RGB
CMYK
RGB Variations
Color information
#DFB732 (or 0xDFB732) is known color: Gold Tips. HEX triplet: DF, B7 and 32. RGB value is (223,183,50). Sum of RGB (Red+Green+Blue) = 223+183+50=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB732 is #2048CD. Grayscale: #B4B4B4. Windows color (decimal): -2115790 or 3323871. OLE color: 3323871.
HSL color Cylindrical-coordinate representation of color #DFB732: hue angle of 46.13º 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 #DFB732 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 50 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.13 |
| HSL | 46.13º | 0.73% | 0.54% | - |
| HSV(B) | 46.13º | 0.78% | 0.87% | - |
| XYZ | 47.94 | 49.79 | 10.1 | - |
| YUV | 179.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 50 | 0 | 0.18 | 0.78 | 0.13 | 46.13 | 0.73 | 0.54 |
| Hex | DF | B7 | 32 | 0 | 12 | 4E | D | 2E | 49 | 36 |
| Octal | 337 | 267 | 62 | 0 | 22 | 116 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10110111 | 110010 | 0 | 10010 | 1001110 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB732
Complementary color
Monochromatic Colors of #DFB732
Black with #DFB732
Text Example
Text Example
White with #DFB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB732; }
p { color: rgb(223,183,50); }
H1.HeaderClassName
{
color: #DFB732;
}
.AnyTagClassName
{
color: #DFB732;
}
</style>
background-color css
<style>
a { background-color: #DFB732; }
a { background-color: rgb(223,183,50); }
div.DivClassName
{
background-color: #DFB732;
}
.BgClassName
{
background-color: #DFB732;
}
</style>
border-color css
<style>
span { border-color: #DFB732; }
span { border-color: rgb(223,183,50); }
td.TdClassName
{
border-color: #DFB732;
}
.TagClassName
{
border-color: #DFB732;
}
</style>