Shades of Goldenrod #DFDE68
Tints of Goldenrod #DFDE68
RGB
CMYK
RGB Variations
Color information
#DFDE68 (or 0xDFDE68) is known color: Goldenrod. HEX triplet: DF, DE and 68. RGB value is (223,222,104). Sum of RGB (Red+Green+Blue) = 223+222+104=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE68 is #202197. Grayscale: #D1D1D1. Windows color (decimal): -2105752 or 6872799. OLE color: 6872799.
HSL color Cylindrical-coordinate representation of color #DFDE68: hue angle of 59.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFDE68 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 104 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.13 |
| HSL | 59.5º | 0.65% | 0.64% | - |
| HSV(B) | 59.5º | 0.53% | 0.87% | - |
| XYZ | 59.05 | 68.93 | 23.29 | - |
| YUV | 208.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 104 | 0 | 0.00 | 0.53 | 0.13 | 59.5 | 0.65 | 0.64 |
| Hex | DF | DE | 68 | 0 | 0 | 35 | D | 3B | 41 | 40 |
| Octal | 337 | 336 | 150 | 0 | 0 | 65 | 15 | 73 | 101 | 100 |
| Binary | 11011111 | 11011110 | 1101000 | 0 | 0 | 110101 | 1101 | 111011 | 1000001 | 1000000 |
Color Harmonies of #DFDE68
Complementary color
Monochromatic Colors of #DFDE68
Black with #DFDE68
Text Example
Text Example
White with #DFDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE68; }
p { color: rgb(223,222,104); }
H1.HeaderClassName
{
color: #DFDE68;
}
.AnyTagClassName
{
color: #DFDE68;
}
</style>
background-color css
<style>
a { background-color: #DFDE68; }
a { background-color: rgb(223,222,104); }
div.DivClassName
{
background-color: #DFDE68;
}
.BgClassName
{
background-color: #DFDE68;
}
</style>
border-color css
<style>
span { border-color: #DFDE68; }
span { border-color: rgb(223,222,104); }
td.TdClassName
{
border-color: #DFDE68;
}
.TagClassName
{
border-color: #DFDE68;
}
</style>