Shades of Gold Tips #DFB431
Tints of Gold Tips #DFB431
RGB
CMYK
RGB Variations
Color information
#DFB431 (or 0xDFB431) is known color: Gold Tips. HEX triplet: DF, B4 and 31. RGB value is (223,180,49). Sum of RGB (Red+Green+Blue) = 223+180+49=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB431 is #204BCE. Grayscale: #B2B2B2. Windows color (decimal): -2116559 or 3257567. OLE color: 3257567.
HSL color Cylindrical-coordinate representation of color #DFB431: hue angle of 45.17º 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 #DFB431 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 49 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.13 |
| HSL | 45.17º | 0.73% | 0.53% | - |
| HSV(B) | 45.17º | 0.78% | 0.87% | - |
| XYZ | 47.31 | 48.55 | 9.78 | - |
| YUV | 177.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 49 | 0 | 0.19 | 0.78 | 0.13 | 45.17 | 0.73 | 0.53 |
| Hex | DF | B4 | 31 | 0 | 13 | 4E | D | 2D | 49 | 35 |
| Octal | 337 | 264 | 61 | 0 | 23 | 116 | 15 | 55 | 111 | 65 |
| Binary | 11011111 | 10110100 | 110001 | 0 | 10011 | 1001110 | 1101 | 101101 | 1001001 | 110101 |
Color Harmonies of #DFB431
Complementary color
Monochromatic Colors of #DFB431
Black with #DFB431
Text Example
Text Example
White with #DFB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB431; }
p { color: rgb(223,180,49); }
H1.HeaderClassName
{
color: #DFB431;
}
.AnyTagClassName
{
color: #DFB431;
}
</style>
background-color css
<style>
a { background-color: #DFB431; }
a { background-color: rgb(223,180,49); }
div.DivClassName
{
background-color: #DFB431;
}
.BgClassName
{
background-color: #DFB431;
}
</style>
border-color css
<style>
span { border-color: #DFB431; }
span { border-color: rgb(223,180,49); }
td.TdClassName
{
border-color: #DFB431;
}
.TagClassName
{
border-color: #DFB431;
}
</style>