Shades of Goldenrod #DFDE6F
Tints of Goldenrod #DFDE6F
RGB
CMYK
RGB Variations
Color information
#DFDE6F (or 0xDFDE6F) is known color: Goldenrod. HEX triplet: DF, DE and 6F. RGB value is (223,222,111). Sum of RGB (Red+Green+Blue) = 223+222+111=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE6F is #202190. Grayscale: #D2D2D2. Windows color (decimal): -2105745 or 7331551. OLE color: 7331551.
HSL color Cylindrical-coordinate representation of color #DFDE6F: hue angle of 59.46º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFDE6F is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 111 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.13 |
| HSL | 59.46º | 0.64% | 0.65% | - |
| HSV(B) | 59.46º | 0.5% | 0.87% | - |
| XYZ | 59.42 | 69.08 | 25.24 | - |
| YUV | 209.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 111 | 0 | 0.00 | 0.50 | 0.13 | 59.46 | 0.64 | 0.65 |
| Hex | DF | DE | 6F | 0 | 0 | 32 | D | 3B | 40 | 41 |
| Octal | 337 | 336 | 157 | 0 | 0 | 62 | 15 | 73 | 100 | 101 |
| Binary | 11011111 | 11011110 | 1101111 | 0 | 0 | 110010 | 1101 | 111011 | 1000000 | 1000001 |
Color Harmonies of #DFDE6F
Complementary color
Monochromatic Colors of #DFDE6F
Black with #DFDE6F
Text Example
Text Example
White with #DFDE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE6F; }
p { color: rgb(223,222,111); }
H1.HeaderClassName
{
color: #DFDE6F;
}
.AnyTagClassName
{
color: #DFDE6F;
}
</style>
background-color css
<style>
a { background-color: #DFDE6F; }
a { background-color: rgb(223,222,111); }
div.DivClassName
{
background-color: #DFDE6F;
}
.BgClassName
{
background-color: #DFDE6F;
}
</style>
border-color css
<style>
span { border-color: #DFDE6F; }
span { border-color: rgb(223,222,111); }
td.TdClassName
{
border-color: #DFDE6F;
}
.TagClassName
{
border-color: #DFDE6F;
}
</style>