Shades of Goldenrod #DFDE64
Tints of Goldenrod #DFDE64
RGB
CMYK
RGB Variations
Color information
#DFDE64 (or 0xDFDE64) is known color: Goldenrod. HEX triplet: DF, DE and 64. RGB value is (223,222,100). Sum of RGB (Red+Green+Blue) = 223+222+100=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE64 is #20219B. Grayscale: #D0D0D0. Windows color (decimal): -2105756 or 6610655. OLE color: 6610655.
HSL color Cylindrical-coordinate representation of color #DFDE64: hue angle of 59.51º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFDE64 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 100 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.13 |
| HSL | 59.51º | 0.66% | 0.63% | - |
| HSV(B) | 59.51º | 0.55% | 0.87% | - |
| XYZ | 58.85 | 68.85 | 22.24 | - |
| YUV | 208.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 100 | 0 | 0.00 | 0.55 | 0.13 | 59.51 | 0.66 | 0.63 |
| Hex | DF | DE | 64 | 0 | 0 | 37 | D | 3C | 42 | 3F |
| Octal | 337 | 336 | 144 | 0 | 0 | 67 | 15 | 74 | 102 | 77 |
| Binary | 11011111 | 11011110 | 1100100 | 0 | 0 | 110111 | 1101 | 111100 | 1000010 | 111111 |
Color Harmonies of #DFDE64
Complementary color
Monochromatic Colors of #DFDE64
Black with #DFDE64
Text Example
Text Example
White with #DFDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE64; }
p { color: rgb(223,222,100); }
H1.HeaderClassName
{
color: #DFDE64;
}
.AnyTagClassName
{
color: #DFDE64;
}
</style>
background-color css
<style>
a { background-color: #DFDE64; }
a { background-color: rgb(223,222,100); }
div.DivClassName
{
background-color: #DFDE64;
}
.BgClassName
{
background-color: #DFDE64;
}
</style>
border-color css
<style>
span { border-color: #DFDE64; }
span { border-color: rgb(223,222,100); }
td.TdClassName
{
border-color: #DFDE64;
}
.TagClassName
{
border-color: #DFDE64;
}
</style>