Shades of Goldenrod #DFDC72
Tints of Goldenrod #DFDC72
RGB
CMYK
RGB Variations
Color information
#DFDC72 (or 0xDFDC72) is known color: Goldenrod. HEX triplet: DF, DC and 72. RGB value is (223,220,114). Sum of RGB (Red+Green+Blue) = 223+220+114=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC72 is #20238D. Grayscale: #D1D1D1. Windows color (decimal): -2106254 or 7527647. OLE color: 7527647.
HSL color Cylindrical-coordinate representation of color #DFDC72: hue angle of 58.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFDC72 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 114 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.13 |
| HSL | 58.35º | 0.63% | 0.66% | - |
| HSV(B) | 58.35º | 0.49% | 0.87% | - |
| XYZ | 59.06 | 68.09 | 25.95 | - |
| YUV | 208.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 114 | 0 | 0.01 | 0.49 | 0.13 | 58.35 | 0.63 | 0.66 |
| Hex | DF | DC | 72 | 0 | 1 | 31 | D | 3A | 3F | 42 |
| Octal | 337 | 334 | 162 | 0 | 1 | 61 | 15 | 72 | 77 | 102 |
| Binary | 11011111 | 11011100 | 1110010 | 0 | 1 | 110001 | 1101 | 111010 | 111111 | 1000010 |
Color Harmonies of #DFDC72
Complementary color
Monochromatic Colors of #DFDC72
Black with #DFDC72
Text Example
Text Example
White with #DFDC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC72; }
p { color: rgb(223,220,114); }
H1.HeaderClassName
{
color: #DFDC72;
}
.AnyTagClassName
{
color: #DFDC72;
}
</style>
background-color css
<style>
a { background-color: #DFDC72; }
a { background-color: rgb(223,220,114); }
div.DivClassName
{
background-color: #DFDC72;
}
.BgClassName
{
background-color: #DFDC72;
}
</style>
border-color css
<style>
span { border-color: #DFDC72; }
span { border-color: rgb(223,220,114); }
td.TdClassName
{
border-color: #DFDC72;
}
.TagClassName
{
border-color: #DFDC72;
}
</style>