Shades of Goldenrod #DFDE70
Tints of Goldenrod #DFDE70
RGB
CMYK
RGB Variations
Color information
#DFDE70 (or 0xDFDE70) is known color: Goldenrod. HEX triplet: DF, DE and 70. RGB value is (223,222,112). Sum of RGB (Red+Green+Blue) = 223+222+112=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE70 is #20218F. Grayscale: #D2D2D2. Windows color (decimal): -2105744 or 7397087. OLE color: 7397087.
HSL color Cylindrical-coordinate representation of color #DFDE70: hue angle of 59.46º 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 #DFDE70 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 112 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.13 |
| HSL | 59.46º | 0.63% | 0.66% | - |
| HSV(B) | 59.46º | 0.5% | 0.87% | - |
| XYZ | 59.48 | 69.1 | 25.53 | - |
| YUV | 209.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 112 | 0 | 0.00 | 0.50 | 0.13 | 59.46 | 0.63 | 0.66 |
| Hex | DF | DE | 70 | 0 | 0 | 32 | D | 3B | 3F | 42 |
| Octal | 337 | 336 | 160 | 0 | 0 | 62 | 15 | 73 | 77 | 102 |
| Binary | 11011111 | 11011110 | 1110000 | 0 | 0 | 110010 | 1101 | 111011 | 111111 | 1000010 |
Color Harmonies of #DFDE70
Complementary color
Monochromatic Colors of #DFDE70
Black with #DFDE70
Text Example
Text Example
White with #DFDE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE70; }
p { color: rgb(223,222,112); }
H1.HeaderClassName
{
color: #DFDE70;
}
.AnyTagClassName
{
color: #DFDE70;
}
</style>
background-color css
<style>
a { background-color: #DFDE70; }
a { background-color: rgb(223,222,112); }
div.DivClassName
{
background-color: #DFDE70;
}
.BgClassName
{
background-color: #DFDE70;
}
</style>
border-color css
<style>
span { border-color: #DFDE70; }
span { border-color: rgb(223,222,112); }
td.TdClassName
{
border-color: #DFDE70;
}
.TagClassName
{
border-color: #DFDE70;
}
</style>