Shades of Gold Tips #DFB425
Tints of Gold Tips #DFB425
RGB
CMYK
RGB Variations
Color information
#DFB425 (or 0xDFB425) is known color: Gold Tips. HEX triplet: DF, B4 and 25. RGB value is (223,180,37). Sum of RGB (Red+Green+Blue) = 223+180+37=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB425 is #204BDA. Grayscale: #B1B1B1. Windows color (decimal): -2116571 or 2471135. OLE color: 2471135.
HSL color Cylindrical-coordinate representation of color #DFB425: hue angle of 46.13º 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 #DFB425 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 37 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.13 |
| HSL | 46.13º | 0.74% | 0.51% | - |
| HSV(B) | 46.13º | 0.83% | 0.87% | - |
| XYZ | 47.09 | 48.46 | 8.62 | - |
| YUV | 176.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 37 | 0 | 0.19 | 0.83 | 0.13 | 46.13 | 0.74 | 0.51 |
| Hex | DF | B4 | 25 | 0 | 13 | 53 | D | 2E | 4A | 33 |
| Octal | 337 | 264 | 45 | 0 | 23 | 123 | 15 | 56 | 112 | 63 |
| Binary | 11011111 | 10110100 | 100101 | 0 | 10011 | 1010011 | 1101 | 101110 | 1001010 | 110011 |
Color Harmonies of #DFB425
Complementary color
Monochromatic Colors of #DFB425
Black with #DFB425
Text Example
Text Example
White with #DFB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB425; }
p { color: rgb(223,180,37); }
H1.HeaderClassName
{
color: #DFB425;
}
.AnyTagClassName
{
color: #DFB425;
}
</style>
background-color css
<style>
a { background-color: #DFB425; }
a { background-color: rgb(223,180,37); }
div.DivClassName
{
background-color: #DFB425;
}
.BgClassName
{
background-color: #DFB425;
}
</style>
border-color css
<style>
span { border-color: #DFB425; }
span { border-color: rgb(223,180,37); }
td.TdClassName
{
border-color: #DFB425;
}
.TagClassName
{
border-color: #DFB425;
}
</style>