Shades of Gold Tips #DFB31B
Tints of Gold Tips #DFB31B
RGB
CMYK
RGB Variations
Color information
#DFB31B (or 0xDFB31B) is known color: Gold Tips. HEX triplet: DF, B3 and 1B. RGB value is (223,179,27). Sum of RGB (Red+Green+Blue) = 223+179+27=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB31B is #204CE4. Grayscale: #AFAFAF. Windows color (decimal): -2116837 or 1815519. OLE color: 1815519.
HSL color Cylindrical-coordinate representation of color #DFB31B: hue angle of 46.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFB31B is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 27 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.13 |
| HSL | 46.53º | 0.78% | 0.49% | - |
| HSV(B) | 46.53º | 0.88% | 0.87% | - |
| XYZ | 46.75 | 48.01 | 7.84 | - |
| YUV | 174.83 | 44.58 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 27 | 0 | 0.20 | 0.88 | 0.13 | 46.53 | 0.78 | 0.49 |
| Hex | DF | B3 | 1B | 0 | 14 | 58 | D | 2F | 4E | 31 |
| Octal | 337 | 263 | 33 | 0 | 24 | 130 | 15 | 57 | 116 | 61 |
| Binary | 11011111 | 10110011 | 11011 | 0 | 10100 | 1011000 | 1101 | 101111 | 1001110 | 110001 |
Color Harmonies of #DFB31B
Complementary color
Monochromatic Colors of #DFB31B
Black with #DFB31B
Text Example
Text Example
White with #DFB31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB31B; }
p { color: rgb(223,179,27); }
H1.HeaderClassName
{
color: #DFB31B;
}
.AnyTagClassName
{
color: #DFB31B;
}
</style>
background-color css
<style>
a { background-color: #DFB31B; }
a { background-color: rgb(223,179,27); }
div.DivClassName
{
background-color: #DFB31B;
}
.BgClassName
{
background-color: #DFB31B;
}
</style>
border-color css
<style>
span { border-color: #DFB31B; }
span { border-color: rgb(223,179,27); }
td.TdClassName
{
border-color: #DFB31B;
}
.TagClassName
{
border-color: #DFB31B;
}
</style>