Shades of Gold Tips #DFB01D
Tints of Gold Tips #DFB01D
RGB
CMYK
RGB Variations
Color information
#DFB01D (or 0xDFB01D) is known color: Gold Tips. HEX triplet: DF, B0 and 1D. RGB value is (223,176,29). Sum of RGB (Red+Green+Blue) = 223+176+29=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB01D is #204FE2. Grayscale: #ADADAD. Windows color (decimal): -2117603 or 1945823. OLE color: 1945823.
HSL color Cylindrical-coordinate representation of color #DFB01D: hue angle of 45.46º degrees, saturation: 0.77, 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 #DFB01D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 29 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.13 |
| HSL | 45.46º | 0.77% | 0.49% | - |
| HSV(B) | 45.46º | 0.87% | 0.87% | - |
| XYZ | 46.18 | 46.83 | 7.77 | - |
| YUV | 173.3 | 46.57 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 29 | 0 | 0.21 | 0.87 | 0.13 | 45.46 | 0.77 | 0.49 |
| Hex | DF | B0 | 1D | 0 | 15 | 57 | D | 2D | 4D | 31 |
| Octal | 337 | 260 | 35 | 0 | 25 | 127 | 15 | 55 | 115 | 61 |
| Binary | 11011111 | 10110000 | 11101 | 0 | 10101 | 1010111 | 1101 | 101101 | 1001101 | 110001 |
Color Harmonies of #DFB01D
Complementary color
Monochromatic Colors of #DFB01D
Black with #DFB01D
Text Example
Text Example
White with #DFB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB01D; }
p { color: rgb(223,176,29); }
H1.HeaderClassName
{
color: #DFB01D;
}
.AnyTagClassName
{
color: #DFB01D;
}
</style>
background-color css
<style>
a { background-color: #DFB01D; }
a { background-color: rgb(223,176,29); }
div.DivClassName
{
background-color: #DFB01D;
}
.BgClassName
{
background-color: #DFB01D;
}
</style>
border-color css
<style>
span { border-color: #DFB01D; }
span { border-color: rgb(223,176,29); }
td.TdClassName
{
border-color: #DFB01D;
}
.TagClassName
{
border-color: #DFB01D;
}
</style>