Shades of Gold Tips #DFB231
Tints of Gold Tips #DFB231
RGB
CMYK
RGB Variations
Color information
#DFB231 (or 0xDFB231) is known color: Gold Tips. HEX triplet: DF, B2 and 31. RGB value is (223,178,49). Sum of RGB (Red+Green+Blue) = 223+178+49=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB231 is #204DCE. Grayscale: #B1B1B1. Windows color (decimal): -2117071 or 3257055. OLE color: 3257055.
HSL color Cylindrical-coordinate representation of color #DFB231: hue angle of 44.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFB231 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 49 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.13 |
| HSL | 44.48º | 0.73% | 0.53% | - |
| HSV(B) | 44.48º | 0.78% | 0.87% | - |
| XYZ | 46.91 | 47.75 | 9.65 | - |
| YUV | 176.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 49 | 0 | 0.20 | 0.78 | 0.13 | 44.48 | 0.73 | 0.53 |
| Hex | DF | B2 | 31 | 0 | 14 | 4E | D | 2C | 49 | 35 |
| Octal | 337 | 262 | 61 | 0 | 24 | 116 | 15 | 54 | 111 | 65 |
| Binary | 11011111 | 10110010 | 110001 | 0 | 10100 | 1001110 | 1101 | 101100 | 1001001 | 110101 |
Color Harmonies of #DFB231
Complementary color
Monochromatic Colors of #DFB231
Black with #DFB231
Text Example
Text Example
White with #DFB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB231; }
p { color: rgb(223,178,49); }
H1.HeaderClassName
{
color: #DFB231;
}
.AnyTagClassName
{
color: #DFB231;
}
</style>
background-color css
<style>
a { background-color: #DFB231; }
a { background-color: rgb(223,178,49); }
div.DivClassName
{
background-color: #DFB231;
}
.BgClassName
{
background-color: #DFB231;
}
</style>
border-color css
<style>
span { border-color: #DFB231; }
span { border-color: rgb(223,178,49); }
td.TdClassName
{
border-color: #DFB231;
}
.TagClassName
{
border-color: #DFB231;
}
</style>