Shades of Gold Tips #DFB11D
Tints of Gold Tips #DFB11D
RGB
CMYK
RGB Variations
Color information
#DFB11D (or 0xDFB11D) is known color: Gold Tips. HEX triplet: DF, B1 and 1D. RGB value is (223,177,29). Sum of RGB (Red+Green+Blue) = 223+177+29=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB11D is #204EE2. Grayscale: #AEAEAE. Windows color (decimal): -2117347 or 1946079. OLE color: 1946079.
HSL color Cylindrical-coordinate representation of color #DFB11D: hue angle of 45.77º 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 #DFB11D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 29 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.13 |
| HSL | 45.77º | 0.77% | 0.49% | - |
| HSV(B) | 45.77º | 0.87% | 0.87% | - |
| XYZ | 46.38 | 47.22 | 7.83 | - |
| YUV | 173.88 | 46.24 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 29 | 0 | 0.21 | 0.87 | 0.13 | 45.77 | 0.77 | 0.49 |
| Hex | DF | B1 | 1D | 0 | 15 | 57 | D | 2E | 4D | 31 |
| Octal | 337 | 261 | 35 | 0 | 25 | 127 | 15 | 56 | 115 | 61 |
| Binary | 11011111 | 10110001 | 11101 | 0 | 10101 | 1010111 | 1101 | 101110 | 1001101 | 110001 |
Color Harmonies of #DFB11D
Complementary color
Monochromatic Colors of #DFB11D
Black with #DFB11D
Text Example
Text Example
White with #DFB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB11D; }
p { color: rgb(223,177,29); }
H1.HeaderClassName
{
color: #DFB11D;
}
.AnyTagClassName
{
color: #DFB11D;
}
</style>
background-color css
<style>
a { background-color: #DFB11D; }
a { background-color: rgb(223,177,29); }
div.DivClassName
{
background-color: #DFB11D;
}
.BgClassName
{
background-color: #DFB11D;
}
</style>
border-color css
<style>
span { border-color: #DFB11D; }
span { border-color: rgb(223,177,29); }
td.TdClassName
{
border-color: #DFB11D;
}
.TagClassName
{
border-color: #DFB11D;
}
</style>