Shades of Gold Tips #DFB128
Tints of Gold Tips #DFB128
RGB
CMYK
RGB Variations
Color information
#DFB128 (or 0xDFB128) is known color: Gold Tips. HEX triplet: DF, B1 and 28. RGB value is (223,177,40). Sum of RGB (Red+Green+Blue) = 223+177+40=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB128 is #204ED7. Grayscale: #AFAFAF. Windows color (decimal): -2117336 or 2666975. OLE color: 2666975.
HSL color Cylindrical-coordinate representation of color #DFB128: hue angle of 44.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFB128 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.13 |
| HSL | 44.92º | 0.74% | 0.52% | - |
| HSV(B) | 44.92º | 0.82% | 0.87% | - |
| XYZ | 46.54 | 47.29 | 8.68 | - |
| YUV | 175.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 40 | 0 | 0.21 | 0.82 | 0.13 | 44.92 | 0.74 | 0.52 |
| Hex | DF | B1 | 28 | 0 | 15 | 52 | D | 2D | 4A | 34 |
| Octal | 337 | 261 | 50 | 0 | 25 | 122 | 15 | 55 | 112 | 64 |
| Binary | 11011111 | 10110001 | 101000 | 0 | 10101 | 1010010 | 1101 | 101101 | 1001010 | 110100 |
Color Harmonies of #DFB128
Complementary color
Monochromatic Colors of #DFB128
Black with #DFB128
Text Example
Text Example
White with #DFB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB128; }
p { color: rgb(223,177,40); }
H1.HeaderClassName
{
color: #DFB128;
}
.AnyTagClassName
{
color: #DFB128;
}
</style>
background-color css
<style>
a { background-color: #DFB128; }
a { background-color: rgb(223,177,40); }
div.DivClassName
{
background-color: #DFB128;
}
.BgClassName
{
background-color: #DFB128;
}
</style>
border-color css
<style>
span { border-color: #DFB128; }
span { border-color: rgb(223,177,40); }
td.TdClassName
{
border-color: #DFB128;
}
.TagClassName
{
border-color: #DFB128;
}
</style>