Shades of Gold Tips #DFB933
Tints of Gold Tips #DFB933
RGB
CMYK
RGB Variations
Color information
#DFB933 (or 0xDFB933) is known color: Gold Tips. HEX triplet: DF, B9 and 33. RGB value is (223,185,51). Sum of RGB (Red+Green+Blue) = 223+185+51=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB933 is #2046CC. Grayscale: #B5B5B5. Windows color (decimal): -2115277 or 3389919. OLE color: 3389919.
HSL color Cylindrical-coordinate representation of color #DFB933: hue angle of 46.74º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFB933 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 51 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.13 |
| HSL | 46.74º | 0.73% | 0.54% | - |
| HSV(B) | 46.74º | 0.77% | 0.87% | - |
| XYZ | 48.38 | 50.62 | 10.35 | - |
| YUV | 181.09 | 54.59 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 51 | 0 | 0.17 | 0.77 | 0.13 | 46.74 | 0.73 | 0.54 |
| Hex | DF | B9 | 33 | 0 | 11 | 4D | D | 2F | 49 | 36 |
| Octal | 337 | 271 | 63 | 0 | 21 | 115 | 15 | 57 | 111 | 66 |
| Binary | 11011111 | 10111001 | 110011 | 0 | 10001 | 1001101 | 1101 | 101111 | 1001001 | 110110 |
Color Harmonies of #DFB933
Complementary color
Monochromatic Colors of #DFB933
Black with #DFB933
Text Example
Text Example
White with #DFB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB933; }
p { color: rgb(223,185,51); }
H1.HeaderClassName
{
color: #DFB933;
}
.AnyTagClassName
{
color: #DFB933;
}
</style>
background-color css
<style>
a { background-color: #DFB933; }
a { background-color: rgb(223,185,51); }
div.DivClassName
{
background-color: #DFB933;
}
.BgClassName
{
background-color: #DFB933;
}
</style>
border-color css
<style>
span { border-color: #DFB933; }
span { border-color: rgb(223,185,51); }
td.TdClassName
{
border-color: #DFB933;
}
.TagClassName
{
border-color: #DFB933;
}
</style>