Shades of Gold Tips #DFB92D
Tints of Gold Tips #DFB92D
RGB
CMYK
RGB Variations
Color information
#DFB92D (or 0xDFB92D) is known color: Gold Tips. HEX triplet: DF, B9 and 2D. RGB value is (223,185,45). Sum of RGB (Red+Green+Blue) = 223+185+45=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB92D is #2046D2. Grayscale: #B4B4B4. Windows color (decimal): -2115283 or 2996703. OLE color: 2996703.
HSL color Cylindrical-coordinate representation of color #DFB92D: hue angle of 47.19º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB92D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 45 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.13 |
| HSL | 47.19º | 0.74% | 0.53% | - |
| HSV(B) | 47.19º | 0.8% | 0.87% | - |
| XYZ | 48.25 | 50.58 | 9.7 | - |
| YUV | 180.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 45 | 0 | 0.17 | 0.80 | 0.13 | 47.19 | 0.74 | 0.53 |
| Hex | DF | B9 | 2D | 0 | 11 | 50 | D | 2F | 4A | 35 |
| Octal | 337 | 271 | 55 | 0 | 21 | 120 | 15 | 57 | 112 | 65 |
| Binary | 11011111 | 10111001 | 101101 | 0 | 10001 | 1010000 | 1101 | 101111 | 1001010 | 110101 |
Color Harmonies of #DFB92D
Complementary color
Monochromatic Colors of #DFB92D
Black with #DFB92D
Text Example
Text Example
White with #DFB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB92D; }
p { color: rgb(223,185,45); }
H1.HeaderClassName
{
color: #DFB92D;
}
.AnyTagClassName
{
color: #DFB92D;
}
</style>
background-color css
<style>
a { background-color: #DFB92D; }
a { background-color: rgb(223,185,45); }
div.DivClassName
{
background-color: #DFB92D;
}
.BgClassName
{
background-color: #DFB92D;
}
</style>
border-color css
<style>
span { border-color: #DFB92D; }
span { border-color: rgb(223,185,45); }
td.TdClassName
{
border-color: #DFB92D;
}
.TagClassName
{
border-color: #DFB92D;
}
</style>