Shades of Gold #DFD400
Tints of Gold #DFD400
RGB
CMYK
RGB Variations
Color information
#DFD400 (or 0xDFD400) is known color: Gold. HEX triplet: DF, D4 and 00. RGB value is (223,212,0). Sum of RGB (Red+Green+Blue) = 223+212+0=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD400 is #202BFF. Grayscale: #BFBFBF. Windows color (decimal): -2108416 or 54495. OLE color: 54495.
HSL color Cylindrical-coordinate representation of color #DFD400: hue angle of 57.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFD400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.13 |
| HSL | 57.04º | 1% | 0.44% | - |
| HSV(B) | 57.04º | 1% | 0.87% | - |
| XYZ | 53.97 | 62.77 | 9.27 | - |
| YUV | 191.12 | 20.14 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 0 | 0 | 0.05 | 1 | 0.13 | 57.04 | 1 | 0.44 |
| Hex | DF | D4 | 0 | 0 | 5 | 64 | D | 39 | 64 | 2C |
| Octal | 337 | 324 | 0 | 0 | 5 | 144 | 15 | 71 | 144 | 54 |
| Binary | 11011111 | 11010100 | 0 | 0 | 101 | 1100100 | 1101 | 111001 | 1100100 | 101100 |
Color Harmonies of #DFD400
Complementary color
Monochromatic Colors of #DFD400
Black with #DFD400
Text Example
Text Example
White with #DFD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD400; }
p { color: rgb(223,212,0); }
H1.HeaderClassName
{
color: #DFD400;
}
.AnyTagClassName
{
color: #DFD400;
}
</style>
background-color css
<style>
a { background-color: #DFD400; }
a { background-color: rgb(223,212,0); }
div.DivClassName
{
background-color: #DFD400;
}
.BgClassName
{
background-color: #DFD400;
}
</style>
border-color css
<style>
span { border-color: #DFD400; }
span { border-color: rgb(223,212,0); }
td.TdClassName
{
border-color: #DFD400;
}
.TagClassName
{
border-color: #DFD400;
}
</style>