Shades of Goldenrod #DFDC64
Tints of Goldenrod #DFDC64
RGB
CMYK
RGB Variations
Color information
#DFDC64 (or 0xDFDC64) is known color: Goldenrod. HEX triplet: DF, DC and 64. RGB value is (223,220,100). Sum of RGB (Red+Green+Blue) = 223+220+100=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC64 is #20239B. Grayscale: #CFCFCF. Windows color (decimal): -2106268 or 6610143. OLE color: 6610143.
HSL color Cylindrical-coordinate representation of color #DFDC64: hue angle of 58.54º 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 #DFDC64 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 100 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.13 |
| HSL | 58.54º | 0.66% | 0.63% | - |
| HSV(B) | 58.54º | 0.55% | 0.87% | - |
| XYZ | 58.32 | 67.79 | 22.07 | - |
| YUV | 207.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 100 | 0 | 0.01 | 0.55 | 0.13 | 58.54 | 0.66 | 0.63 |
| Hex | DF | DC | 64 | 0 | 1 | 37 | D | 3B | 42 | 3F |
| Octal | 337 | 334 | 144 | 0 | 1 | 67 | 15 | 73 | 102 | 77 |
| Binary | 11011111 | 11011100 | 1100100 | 0 | 1 | 110111 | 1101 | 111011 | 1000010 | 111111 |
Color Harmonies of #DFDC64
Complementary color
Monochromatic Colors of #DFDC64
Black with #DFDC64
Text Example
Text Example
White with #DFDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC64; }
p { color: rgb(223,220,100); }
H1.HeaderClassName
{
color: #DFDC64;
}
.AnyTagClassName
{
color: #DFDC64;
}
</style>
background-color css
<style>
a { background-color: #DFDC64; }
a { background-color: rgb(223,220,100); }
div.DivClassName
{
background-color: #DFDC64;
}
.BgClassName
{
background-color: #DFDC64;
}
</style>
border-color css
<style>
span { border-color: #DFDC64; }
span { border-color: rgb(223,220,100); }
td.TdClassName
{
border-color: #DFDC64;
}
.TagClassName
{
border-color: #DFDC64;
}
</style>