Shades of Gold Tips #DFB833
Tints of Gold Tips #DFB833
RGB
CMYK
RGB Variations
Color information
#DFB833 (or 0xDFB833) is known color: Gold Tips. HEX triplet: DF, B8 and 33. RGB value is (223,184,51). Sum of RGB (Red+Green+Blue) = 223+184+51=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB833 is #2047CC. Grayscale: #B5B5B5. Windows color (decimal): -2115533 or 3389663. OLE color: 3389663.
HSL color Cylindrical-coordinate representation of color #DFB833: hue angle of 46.4º 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 #DFB833 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 51 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.13 |
| HSL | 46.4º | 0.73% | 0.54% | - |
| HSV(B) | 46.4º | 0.77% | 0.87% | - |
| XYZ | 48.17 | 50.21 | 10.28 | - |
| YUV | 180.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 51 | 0 | 0.17 | 0.77 | 0.13 | 46.4 | 0.73 | 0.54 |
| Hex | DF | B8 | 33 | 0 | 11 | 4D | D | 2E | 49 | 36 |
| Octal | 337 | 270 | 63 | 0 | 21 | 115 | 15 | 56 | 111 | 66 |
| Binary | 11011111 | 10111000 | 110011 | 0 | 10001 | 1001101 | 1101 | 101110 | 1001001 | 110110 |
Color Harmonies of #DFB833
Complementary color
Monochromatic Colors of #DFB833
Black with #DFB833
Text Example
Text Example
White with #DFB833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB833; }
p { color: rgb(223,184,51); }
H1.HeaderClassName
{
color: #DFB833;
}
.AnyTagClassName
{
color: #DFB833;
}
</style>
background-color css
<style>
a { background-color: #DFB833; }
a { background-color: rgb(223,184,51); }
div.DivClassName
{
background-color: #DFB833;
}
.BgClassName
{
background-color: #DFB833;
}
</style>
border-color css
<style>
span { border-color: #DFB833; }
span { border-color: rgb(223,184,51); }
td.TdClassName
{
border-color: #DFB833;
}
.TagClassName
{
border-color: #DFB833;
}
</style>