Shades of Gold Tips #DFB825
Tints of Gold Tips #DFB825
RGB
CMYK
RGB Variations
Color information
#DFB825 (or 0xDFB825) is known color: Gold Tips. HEX triplet: DF, B8 and 25. RGB value is (223,184,37). Sum of RGB (Red+Green+Blue) = 223+184+37=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB825 is #2047DA. Grayscale: #B3B3B3. Windows color (decimal): -2115547 or 2472159. OLE color: 2472159.
HSL color Cylindrical-coordinate representation of color #DFB825: hue angle of 47.42º 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 #DFB825 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.13 |
| HSL | 47.42º | 0.74% | 0.51% | - |
| HSV(B) | 47.42º | 0.83% | 0.87% | - |
| XYZ | 47.91 | 50.1 | 8.9 | - |
| YUV | 178.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 37 | 0 | 0.17 | 0.83 | 0.13 | 47.42 | 0.74 | 0.51 |
| Hex | DF | B8 | 25 | 0 | 11 | 53 | D | 2F | 4A | 33 |
| Octal | 337 | 270 | 45 | 0 | 21 | 123 | 15 | 57 | 112 | 63 |
| Binary | 11011111 | 10111000 | 100101 | 0 | 10001 | 1010011 | 1101 | 101111 | 1001010 | 110011 |
Color Harmonies of #DFB825
Complementary color
Monochromatic Colors of #DFB825
Black with #DFB825
Text Example
Text Example
White with #DFB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB825; }
p { color: rgb(223,184,37); }
H1.HeaderClassName
{
color: #DFB825;
}
.AnyTagClassName
{
color: #DFB825;
}
</style>
background-color css
<style>
a { background-color: #DFB825; }
a { background-color: rgb(223,184,37); }
div.DivClassName
{
background-color: #DFB825;
}
.BgClassName
{
background-color: #DFB825;
}
</style>
border-color css
<style>
span { border-color: #DFB825; }
span { border-color: rgb(223,184,37); }
td.TdClassName
{
border-color: #DFB825;
}
.TagClassName
{
border-color: #DFB825;
}
</style>