Shades of Gold Tips #DFB92B
Tints of Gold Tips #DFB92B
RGB
CMYK
RGB Variations
Color information
#DFB92B (or 0xDFB92B) is known color: Gold Tips. HEX triplet: DF, B9 and 2B. RGB value is (223,185,43). Sum of RGB (Red+Green+Blue) = 223+185+43=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB92B is #2046D4. Grayscale: #B4B4B4. Windows color (decimal): -2115285 or 2865631. OLE color: 2865631.
HSL color Cylindrical-coordinate representation of color #DFB92B: hue angle of 47.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFB92B is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 43 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.13 |
| HSL | 47.33º | 0.74% | 0.52% | - |
| HSV(B) | 47.33º | 0.81% | 0.87% | - |
| XYZ | 48.22 | 50.56 | 9.5 | - |
| YUV | 180.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 43 | 0 | 0.17 | 0.81 | 0.13 | 47.33 | 0.74 | 0.52 |
| Hex | DF | B9 | 2B | 0 | 11 | 51 | D | 2F | 4A | 34 |
| Octal | 337 | 271 | 53 | 0 | 21 | 121 | 15 | 57 | 112 | 64 |
| Binary | 11011111 | 10111001 | 101011 | 0 | 10001 | 1010001 | 1101 | 101111 | 1001010 | 110100 |
Color Harmonies of #DFB92B
Complementary color
Monochromatic Colors of #DFB92B
Black with #DFB92B
Text Example
Text Example
White with #DFB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB92B; }
p { color: rgb(223,185,43); }
H1.HeaderClassName
{
color: #DFB92B;
}
.AnyTagClassName
{
color: #DFB92B;
}
</style>
background-color css
<style>
a { background-color: #DFB92B; }
a { background-color: rgb(223,185,43); }
div.DivClassName
{
background-color: #DFB92B;
}
.BgClassName
{
background-color: #DFB92B;
}
</style>
border-color css
<style>
span { border-color: #DFB92B; }
span { border-color: rgb(223,185,43); }
td.TdClassName
{
border-color: #DFB92B;
}
.TagClassName
{
border-color: #DFB92B;
}
</style>