Shades of Gold Tips #DFB31A
Tints of Gold Tips #DFB31A
RGB
CMYK
RGB Variations
Color information
#DFB31A (or 0xDFB31A) is known color: Gold Tips. HEX triplet: DF, B3 and 1A. RGB value is (223,179,26). Sum of RGB (Red+Green+Blue) = 223+179+26=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB31A is #204CE5. Grayscale: #AFAFAF. Windows color (decimal): -2116838 or 1749983. OLE color: 1749983.
HSL color Cylindrical-coordinate representation of color #DFB31A: hue angle of 46.6º degrees, saturation: 0.79, 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 #DFB31A is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 26 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.13 |
| HSL | 46.6º | 0.79% | 0.49% | - |
| HSV(B) | 46.6º | 0.88% | 0.87% | - |
| XYZ | 46.74 | 48 | 7.78 | - |
| YUV | 174.71 | 44.08 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 26 | 0 | 0.20 | 0.88 | 0.13 | 46.6 | 0.79 | 0.49 |
| Hex | DF | B3 | 1A | 0 | 14 | 58 | D | 2F | 4F | 31 |
| Octal | 337 | 263 | 32 | 0 | 24 | 130 | 15 | 57 | 117 | 61 |
| Binary | 11011111 | 10110011 | 11010 | 0 | 10100 | 1011000 | 1101 | 101111 | 1001111 | 110001 |
Color Harmonies of #DFB31A
Complementary color
Monochromatic Colors of #DFB31A
Black with #DFB31A
Text Example
Text Example
White with #DFB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB31A; }
p { color: rgb(223,179,26); }
H1.HeaderClassName
{
color: #DFB31A;
}
.AnyTagClassName
{
color: #DFB31A;
}
</style>
background-color css
<style>
a { background-color: #DFB31A; }
a { background-color: rgb(223,179,26); }
div.DivClassName
{
background-color: #DFB31A;
}
.BgClassName
{
background-color: #DFB31A;
}
</style>
border-color css
<style>
span { border-color: #DFB31A; }
span { border-color: rgb(223,179,26); }
td.TdClassName
{
border-color: #DFB31A;
}
.TagClassName
{
border-color: #DFB31A;
}
</style>