Shades of Gold Tips #DFB631
Tints of Gold Tips #DFB631
RGB
CMYK
RGB Variations
Color information
#DFB631 (or 0xDFB631) is known color: Gold Tips. HEX triplet: DF, B6 and 31. RGB value is (223,182,49). Sum of RGB (Red+Green+Blue) = 223+182+49=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB631 is #2049CE. Grayscale: #B3B3B3. Windows color (decimal): -2116047 or 3258079. OLE color: 3258079.
HSL color Cylindrical-coordinate representation of color #DFB631: hue angle of 45.86º 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 #DFB631 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 49 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.13 |
| HSL | 45.86º | 0.73% | 0.53% | - |
| HSV(B) | 45.86º | 0.78% | 0.87% | - |
| XYZ | 47.71 | 49.37 | 9.92 | - |
| YUV | 179.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 49 | 0 | 0.18 | 0.78 | 0.13 | 45.86 | 0.73 | 0.53 |
| Hex | DF | B6 | 31 | 0 | 12 | 4E | D | 2E | 49 | 35 |
| Octal | 337 | 266 | 61 | 0 | 22 | 116 | 15 | 56 | 111 | 65 |
| Binary | 11011111 | 10110110 | 110001 | 0 | 10010 | 1001110 | 1101 | 101110 | 1001001 | 110101 |
Color Harmonies of #DFB631
Complementary color
Monochromatic Colors of #DFB631
Black with #DFB631
Text Example
Text Example
White with #DFB631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB631; }
p { color: rgb(223,182,49); }
H1.HeaderClassName
{
color: #DFB631;
}
.AnyTagClassName
{
color: #DFB631;
}
</style>
background-color css
<style>
a { background-color: #DFB631; }
a { background-color: rgb(223,182,49); }
div.DivClassName
{
background-color: #DFB631;
}
.BgClassName
{
background-color: #DFB631;
}
</style>
border-color css
<style>
span { border-color: #DFB631; }
span { border-color: rgb(223,182,49); }
td.TdClassName
{
border-color: #DFB631;
}
.TagClassName
{
border-color: #DFB631;
}
</style>