Shades of Goldenrod #DCDD66
Tints of Goldenrod #DCDD66
RGB
CMYK
RGB Variations
Color information
#DCDD66 (or 0xDCDD66) is known color: Goldenrod. HEX triplet: DC, DD and 66. RGB value is (220,221,102). Sum of RGB (Red+Green+Blue) = 220+221+102=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD66 is #232299. Grayscale: #CFCFCF. Windows color (decimal): -2302618 or 6741468. OLE color: 6741468.
HSL color Cylindrical-coordinate representation of color #DCDD66: 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.54%. Process color model (Four color, CMYK) of #DCDD66 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 102 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.13 |
| HSL | 60.5º | 0.64% | 0.63% | - |
| HSV(B) | 60.5º | 0.54% | 0.87% | - |
| XYZ | 57.77 | 67.89 | 22.63 | - |
| YUV | 207.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 102 | 0.00 | 0 | 0.54 | 0.13 | 60.5 | 0.64 | 0.63 |
| Hex | DC | DD | 66 | 0 | 0 | 36 | D | 3D | 40 | 3F |
| Octal | 334 | 335 | 146 | 0 | 0 | 66 | 15 | 75 | 100 | 77 |
| Binary | 11011100 | 11011101 | 1100110 | 0 | 0 | 110110 | 1101 | 111101 | 1000000 | 111111 |
Color Harmonies of #DCDD66
Complementary color
Monochromatic Colors of #DCDD66
Black with #DCDD66
Text Example
Text Example
White with #DCDD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD66; }
p { color: rgb(220,221,102); }
H1.HeaderClassName
{
color: #DCDD66;
}
.AnyTagClassName
{
color: #DCDD66;
}
</style>
background-color css
<style>
a { background-color: #DCDD66; }
a { background-color: rgb(220,221,102); }
div.DivClassName
{
background-color: #DCDD66;
}
.BgClassName
{
background-color: #DCDD66;
}
</style>
border-color css
<style>
span { border-color: #DCDD66; }
span { border-color: rgb(220,221,102); }
td.TdClassName
{
border-color: #DCDD66;
}
.TagClassName
{
border-color: #DCDD66;
}
</style>