Shades of Goldenrod #DCDD64
Tints of Goldenrod #DCDD64
RGB
CMYK
RGB Variations
Color information
#DCDD64 (or 0xDCDD64) is known color: Goldenrod. HEX triplet: DC, DD and 64. RGB value is (220,221,100). Sum of RGB (Red+Green+Blue) = 220+221+100=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD64 is #23229B. Grayscale: #CFCFCF. Windows color (decimal): -2302620 or 6610396. OLE color: 6610396.
HSL color Cylindrical-coordinate representation of color #DCDD64: hue angle of 60.5º degrees, saturation: 0.64, 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 #DCDD64 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 100 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.13 |
| HSL | 60.5º | 0.64% | 0.63% | - |
| HSV(B) | 60.5º | 0.55% | 0.87% | - |
| XYZ | 57.67 | 67.85 | 22.11 | - |
| YUV | 206.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 100 | 0.00 | 0 | 0.55 | 0.13 | 60.5 | 0.64 | 0.63 |
| Hex | DC | DD | 64 | 0 | 0 | 37 | D | 3C | 40 | 3F |
| Octal | 334 | 335 | 144 | 0 | 0 | 67 | 15 | 74 | 100 | 77 |
| Binary | 11011100 | 11011101 | 1100100 | 0 | 0 | 110111 | 1101 | 111100 | 1000000 | 111111 |
Color Harmonies of #DCDD64
Complementary color
Monochromatic Colors of #DCDD64
Black with #DCDD64
Text Example
Text Example
White with #DCDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD64; }
p { color: rgb(220,221,100); }
H1.HeaderClassName
{
color: #DCDD64;
}
.AnyTagClassName
{
color: #DCDD64;
}
</style>
background-color css
<style>
a { background-color: #DCDD64; }
a { background-color: rgb(220,221,100); }
div.DivClassName
{
background-color: #DCDD64;
}
.BgClassName
{
background-color: #DCDD64;
}
</style>
border-color css
<style>
span { border-color: #DCDD64; }
span { border-color: rgb(220,221,100); }
td.TdClassName
{
border-color: #DCDD64;
}
.TagClassName
{
border-color: #DCDD64;
}
</style>