Shades of Gold Tips #DFBA25
Tints of Gold Tips #DFBA25
RGB
CMYK
RGB Variations
Color information
#DFBA25 (or 0xDFBA25) is known color: Gold Tips. HEX triplet: DF, BA and 25. RGB value is (223,186,37). Sum of RGB (Red+Green+Blue) = 223+186+37=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA25 is #2045DA. Grayscale: #B4B4B4. Windows color (decimal): -2115035 or 2472671. OLE color: 2472671.
HSL color Cylindrical-coordinate representation of color #DFBA25: hue angle of 48.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFBA25 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.13 |
| HSL | 48.06º | 0.74% | 0.51% | - |
| HSV(B) | 48.06º | 0.83% | 0.87% | - |
| XYZ | 48.32 | 50.94 | 9.04 | - |
| YUV | 180.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 37 | 0 | 0.17 | 0.83 | 0.13 | 48.06 | 0.74 | 0.51 |
| Hex | DF | BA | 25 | 0 | 11 | 53 | D | 30 | 4A | 33 |
| Octal | 337 | 272 | 45 | 0 | 21 | 123 | 15 | 60 | 112 | 63 |
| Binary | 11011111 | 10111010 | 100101 | 0 | 10001 | 1010011 | 1101 | 110000 | 1001010 | 110011 |
Color Harmonies of #DFBA25
Complementary color
Monochromatic Colors of #DFBA25
Black with #DFBA25
Text Example
Text Example
White with #DFBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA25; }
p { color: rgb(223,186,37); }
H1.HeaderClassName
{
color: #DFBA25;
}
.AnyTagClassName
{
color: #DFBA25;
}
</style>
background-color css
<style>
a { background-color: #DFBA25; }
a { background-color: rgb(223,186,37); }
div.DivClassName
{
background-color: #DFBA25;
}
.BgClassName
{
background-color: #DFBA25;
}
</style>
border-color css
<style>
span { border-color: #DFBA25; }
span { border-color: rgb(223,186,37); }
td.TdClassName
{
border-color: #DFBA25;
}
.TagClassName
{
border-color: #DFBA25;
}
</style>