Shades of Goldenrod #DFDE7D
Tints of Goldenrod #DFDE7D
RGB
CMYK
RGB Variations
Color information
#DFDE7D (or 0xDFDE7D) is known color: Goldenrod. HEX triplet: DF, DE and 7D. RGB value is (223,222,125). Sum of RGB (Red+Green+Blue) = 223+222+125=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE7D is #202182. Grayscale: #D3D3D3. Windows color (decimal): -2105731 or 8249055. OLE color: 8249055.
HSL color Cylindrical-coordinate representation of color #DFDE7D: hue angle of 59.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFDE7D is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 125 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.13 |
| HSL | 59.39º | 0.6% | 0.68% | - |
| HSV(B) | 59.39º | 0.44% | 0.87% | - |
| XYZ | 60.25 | 69.41 | 29.62 | - |
| YUV | 211.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 125 | 0 | 0.00 | 0.44 | 0.13 | 59.39 | 0.6 | 0.68 |
| Hex | DF | DE | 7D | 0 | 0 | 2C | D | 3B | 3C | 44 |
| Octal | 337 | 336 | 175 | 0 | 0 | 54 | 15 | 73 | 74 | 104 |
| Binary | 11011111 | 11011110 | 1111101 | 0 | 0 | 101100 | 1101 | 111011 | 111100 | 1000100 |
Color Harmonies of #DFDE7D
Complementary color
Monochromatic Colors of #DFDE7D
Black with #DFDE7D
Text Example
Text Example
White with #DFDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE7D; }
p { color: rgb(223,222,125); }
H1.HeaderClassName
{
color: #DFDE7D;
}
.AnyTagClassName
{
color: #DFDE7D;
}
</style>
background-color css
<style>
a { background-color: #DFDE7D; }
a { background-color: rgb(223,222,125); }
div.DivClassName
{
background-color: #DFDE7D;
}
.BgClassName
{
background-color: #DFDE7D;
}
</style>
border-color css
<style>
span { border-color: #DFDE7D; }
span { border-color: rgb(223,222,125); }
td.TdClassName
{
border-color: #DFDE7D;
}
.TagClassName
{
border-color: #DFDE7D;
}
</style>