Shades of Gold Tips #DFBC2A
Tints of Gold Tips #DFBC2A
RGB
CMYK
RGB Variations
Color information
#DFBC2A (or 0xDFBC2A) is known color: Gold Tips. HEX triplet: DF, BC and 2A. RGB value is (223,188,42). Sum of RGB (Red+Green+Blue) = 223+188+42=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC2A is #2043D5. Grayscale: #B6B6B6. Windows color (decimal): -2114518 or 2800863. OLE color: 2800863.
HSL color Cylindrical-coordinate representation of color #DFBC2A: hue angle of 48.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFBC2A is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 42 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.13 |
| HSL | 48.4º | 0.74% | 0.52% | - |
| HSV(B) | 48.4º | 0.81% | 0.87% | - |
| XYZ | 48.83 | 51.82 | 9.62 | - |
| YUV | 181.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 42 | 0 | 0.16 | 0.81 | 0.13 | 48.4 | 0.74 | 0.52 |
| Hex | DF | BC | 2A | 0 | 10 | 51 | D | 30 | 4A | 34 |
| Octal | 337 | 274 | 52 | 0 | 20 | 121 | 15 | 60 | 112 | 64 |
| Binary | 11011111 | 10111100 | 101010 | 0 | 10000 | 1010001 | 1101 | 110000 | 1001010 | 110100 |
Color Harmonies of #DFBC2A
Complementary color
Monochromatic Colors of #DFBC2A
Black with #DFBC2A
Text Example
Text Example
White with #DFBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC2A; }
p { color: rgb(223,188,42); }
H1.HeaderClassName
{
color: #DFBC2A;
}
.AnyTagClassName
{
color: #DFBC2A;
}
</style>
background-color css
<style>
a { background-color: #DFBC2A; }
a { background-color: rgb(223,188,42); }
div.DivClassName
{
background-color: #DFBC2A;
}
.BgClassName
{
background-color: #DFBC2A;
}
</style>
border-color css
<style>
span { border-color: #DFBC2A; }
span { border-color: rgb(223,188,42); }
td.TdClassName
{
border-color: #DFBC2A;
}
.TagClassName
{
border-color: #DFBC2A;
}
</style>