Shades of Goldenrod #DFDE65
Tints of Goldenrod #DFDE65
RGB
CMYK
RGB Variations
Color information
#DFDE65 (or 0xDFDE65) is known color: Goldenrod. HEX triplet: DF, DE and 65. RGB value is (223,222,101). Sum of RGB (Red+Green+Blue) = 223+222+101=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE65 is #20219A. Grayscale: #D0D0D0. Windows color (decimal): -2105755 or 6676191. OLE color: 6676191.
HSL color Cylindrical-coordinate representation of color #DFDE65: hue angle of 59.51º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFDE65 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 101 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.13 |
| HSL | 59.51º | 0.66% | 0.64% | - |
| HSV(B) | 59.51º | 0.55% | 0.87% | - |
| XYZ | 58.9 | 68.87 | 22.5 | - |
| YUV | 208.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 101 | 0 | 0.00 | 0.55 | 0.13 | 59.51 | 0.66 | 0.64 |
| Hex | DF | DE | 65 | 0 | 0 | 37 | D | 3C | 42 | 40 |
| Octal | 337 | 336 | 145 | 0 | 0 | 67 | 15 | 74 | 102 | 100 |
| Binary | 11011111 | 11011110 | 1100101 | 0 | 0 | 110111 | 1101 | 111100 | 1000010 | 1000000 |
Color Harmonies of #DFDE65
Complementary color
Monochromatic Colors of #DFDE65
Black with #DFDE65
Text Example
Text Example
White with #DFDE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE65; }
p { color: rgb(223,222,101); }
H1.HeaderClassName
{
color: #DFDE65;
}
.AnyTagClassName
{
color: #DFDE65;
}
</style>
background-color css
<style>
a { background-color: #DFDE65; }
a { background-color: rgb(223,222,101); }
div.DivClassName
{
background-color: #DFDE65;
}
.BgClassName
{
background-color: #DFDE65;
}
</style>
border-color css
<style>
span { border-color: #DFDE65; }
span { border-color: rgb(223,222,101); }
td.TdClassName
{
border-color: #DFDE65;
}
.TagClassName
{
border-color: #DFDE65;
}
</style>