Shades of Goldenrod #DFDC70
Tints of Goldenrod #DFDC70
RGB
CMYK
RGB Variations
Color information
#DFDC70 (or 0xDFDC70) is known color: Goldenrod. HEX triplet: DF, DC and 70. RGB value is (223,220,112). Sum of RGB (Red+Green+Blue) = 223+220+112=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC70 is #20238F. Grayscale: #D1D1D1. Windows color (decimal): -2106256 or 7396575. OLE color: 7396575.
HSL color Cylindrical-coordinate representation of color #DFDC70: hue angle of 58.38º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFDC70 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 112 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.13 |
| HSL | 58.38º | 0.63% | 0.66% | - |
| HSV(B) | 58.38º | 0.5% | 0.87% | - |
| XYZ | 58.95 | 68.04 | 25.36 | - |
| YUV | 208.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 112 | 0 | 0.01 | 0.50 | 0.13 | 58.38 | 0.63 | 0.66 |
| Hex | DF | DC | 70 | 0 | 1 | 32 | D | 3A | 3F | 42 |
| Octal | 337 | 334 | 160 | 0 | 1 | 62 | 15 | 72 | 77 | 102 |
| Binary | 11011111 | 11011100 | 1110000 | 0 | 1 | 110010 | 1101 | 111010 | 111111 | 1000010 |
Color Harmonies of #DFDC70
Complementary color
Monochromatic Colors of #DFDC70
Black with #DFDC70
Text Example
Text Example
White with #DFDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC70; }
p { color: rgb(223,220,112); }
H1.HeaderClassName
{
color: #DFDC70;
}
.AnyTagClassName
{
color: #DFDC70;
}
</style>
background-color css
<style>
a { background-color: #DFDC70; }
a { background-color: rgb(223,220,112); }
div.DivClassName
{
background-color: #DFDC70;
}
.BgClassName
{
background-color: #DFDC70;
}
</style>
border-color css
<style>
span { border-color: #DFDC70; }
span { border-color: rgb(223,220,112); }
td.TdClassName
{
border-color: #DFDC70;
}
.TagClassName
{
border-color: #DFDC70;
}
</style>