Shades of Goldenrod #DFDE6C
Tints of Goldenrod #DFDE6C
RGB
CMYK
RGB Variations
Color information
#DFDE6C (or 0xDFDE6C) is known color: Goldenrod. HEX triplet: DF, DE and 6C. RGB value is (223,222,108). Sum of RGB (Red+Green+Blue) = 223+222+108=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE6C is #202193. Grayscale: #D1D1D1. Windows color (decimal): -2105748 or 7134943. OLE color: 7134943.
HSL color Cylindrical-coordinate representation of color #DFDE6C: hue angle of 59.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFDE6C is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 108 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.13 |
| HSL | 59.48º | 0.64% | 0.65% | - |
| HSV(B) | 59.48º | 0.52% | 0.87% | - |
| XYZ | 59.26 | 69.01 | 24.38 | - |
| YUV | 209.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 108 | 0 | 0.00 | 0.52 | 0.13 | 59.48 | 0.64 | 0.65 |
| Hex | DF | DE | 6C | 0 | 0 | 34 | D | 3B | 40 | 41 |
| Octal | 337 | 336 | 154 | 0 | 0 | 64 | 15 | 73 | 100 | 101 |
| Binary | 11011111 | 11011110 | 1101100 | 0 | 0 | 110100 | 1101 | 111011 | 1000000 | 1000001 |
Color Harmonies of #DFDE6C
Complementary color
Monochromatic Colors of #DFDE6C
Black with #DFDE6C
Text Example
Text Example
White with #DFDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE6C; }
p { color: rgb(223,222,108); }
H1.HeaderClassName
{
color: #DFDE6C;
}
.AnyTagClassName
{
color: #DFDE6C;
}
</style>
background-color css
<style>
a { background-color: #DFDE6C; }
a { background-color: rgb(223,222,108); }
div.DivClassName
{
background-color: #DFDE6C;
}
.BgClassName
{
background-color: #DFDE6C;
}
</style>
border-color css
<style>
span { border-color: #DFDE6C; }
span { border-color: rgb(223,222,108); }
td.TdClassName
{
border-color: #DFDE6C;
}
.TagClassName
{
border-color: #DFDE6C;
}
</style>