Shades of Gold Tips #DFB31C
Tints of Gold Tips #DFB31C
RGB
CMYK
RGB Variations
Color information
#DFB31C (or 0xDFB31C) is known color: Gold Tips. HEX triplet: DF, B3 and 1C. RGB value is (223,179,28). Sum of RGB (Red+Green+Blue) = 223+179+28=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB31C is #204CE3. Grayscale: #AFAFAF. Windows color (decimal): -2116836 or 1881055. OLE color: 1881055.
HSL color Cylindrical-coordinate representation of color #DFB31C: hue angle of 46.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFB31C is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 28 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.13 |
| HSL | 46.46º | 0.78% | 0.49% | - |
| HSV(B) | 46.46º | 0.87% | 0.87% | - |
| XYZ | 46.76 | 48.01 | 7.9 | - |
| YUV | 174.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 28 | 0 | 0.20 | 0.87 | 0.13 | 46.46 | 0.78 | 0.49 |
| Hex | DF | B3 | 1C | 0 | 14 | 57 | D | 2E | 4E | 31 |
| Octal | 337 | 263 | 34 | 0 | 24 | 127 | 15 | 56 | 116 | 61 |
| Binary | 11011111 | 10110011 | 11100 | 0 | 10100 | 1010111 | 1101 | 101110 | 1001110 | 110001 |
Color Harmonies of #DFB31C
Complementary color
Monochromatic Colors of #DFB31C
Black with #DFB31C
Text Example
Text Example
White with #DFB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB31C; }
p { color: rgb(223,179,28); }
H1.HeaderClassName
{
color: #DFB31C;
}
.AnyTagClassName
{
color: #DFB31C;
}
</style>
background-color css
<style>
a { background-color: #DFB31C; }
a { background-color: rgb(223,179,28); }
div.DivClassName
{
background-color: #DFB31C;
}
.BgClassName
{
background-color: #DFB31C;
}
</style>
border-color css
<style>
span { border-color: #DFB31C; }
span { border-color: rgb(223,179,28); }
td.TdClassName
{
border-color: #DFB31C;
}
.TagClassName
{
border-color: #DFB31C;
}
</style>