Shades of Gold Tips #DFB126
Tints of Gold Tips #DFB126
RGB
CMYK
RGB Variations
Color information
#DFB126 (or 0xDFB126) is known color: Gold Tips. HEX triplet: DF, B1 and 26. RGB value is (223,177,38). Sum of RGB (Red+Green+Blue) = 223+177+38=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB126 is #204ED9. Grayscale: #AFAFAF. Windows color (decimal): -2117338 or 2535903. OLE color: 2535903.
HSL color Cylindrical-coordinate representation of color #DFB126: hue angle of 45.08º 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 #DFB126 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 38 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.13 |
| HSL | 45.08º | 0.74% | 0.51% | - |
| HSV(B) | 45.08º | 0.83% | 0.87% | - |
| XYZ | 46.5 | 47.27 | 8.51 | - |
| YUV | 174.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 38 | 0 | 0.21 | 0.83 | 0.13 | 45.08 | 0.74 | 0.51 |
| Hex | DF | B1 | 26 | 0 | 15 | 53 | D | 2D | 4A | 33 |
| Octal | 337 | 261 | 46 | 0 | 25 | 123 | 15 | 55 | 112 | 63 |
| Binary | 11011111 | 10110001 | 100110 | 0 | 10101 | 1010011 | 1101 | 101101 | 1001010 | 110011 |
Color Harmonies of #DFB126
Complementary color
Monochromatic Colors of #DFB126
Black with #DFB126
Text Example
Text Example
White with #DFB126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB126; }
p { color: rgb(223,177,38); }
H1.HeaderClassName
{
color: #DFB126;
}
.AnyTagClassName
{
color: #DFB126;
}
</style>
background-color css
<style>
a { background-color: #DFB126; }
a { background-color: rgb(223,177,38); }
div.DivClassName
{
background-color: #DFB126;
}
.BgClassName
{
background-color: #DFB126;
}
</style>
border-color css
<style>
span { border-color: #DFB126; }
span { border-color: rgb(223,177,38); }
td.TdClassName
{
border-color: #DFB126;
}
.TagClassName
{
border-color: #DFB126;
}
</style>