Shades of Goldenrod #DCDC66
Tints of Goldenrod #DCDC66
RGB
CMYK
RGB Variations
Color information
#DCDC66 (or 0xDCDC66) is known color: Goldenrod. HEX triplet: DC, DC and 66. RGB value is (220,220,102). Sum of RGB (Red+Green+Blue) = 220+220+102=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC66 is #232399. Grayscale: #CFCFCF. Windows color (decimal): -2302874 or 6741212. OLE color: 6741212.
HSL color Cylindrical-coordinate representation of color #DCDC66: hue angle of 60º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCDC66 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 102 | - |
| CMYK | 0 | 0 | 0.54 | 0.14 |
| HSL | 60º | 0.63% | 0.63% | - |
| HSV(B) | 60º | 0.54% | 0.86% | - |
| XYZ | 57.51 | 67.36 | 22.54 | - |
| YUV | 206.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 102 | 0 | 0 | 0.54 | 0.14 | 60 | 0.63 | 0.63 |
| Hex | DC | DC | 66 | 0 | 0 | 36 | E | 3C | 3F | 3F |
| Octal | 334 | 334 | 146 | 0 | 0 | 66 | 16 | 74 | 77 | 77 |
| Binary | 11011100 | 11011100 | 1100110 | 0 | 0 | 110110 | 1110 | 111100 | 111111 | 111111 |
Color Harmonies of #DCDC66
Complementary color
Monochromatic Colors of #DCDC66
Black with #DCDC66
Text Example
Text Example
White with #DCDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC66; }
p { color: rgb(220,220,102); }
H1.HeaderClassName
{
color: #DCDC66;
}
.AnyTagClassName
{
color: #DCDC66;
}
</style>
background-color css
<style>
a { background-color: #DCDC66; }
a { background-color: rgb(220,220,102); }
div.DivClassName
{
background-color: #DCDC66;
}
.BgClassName
{
background-color: #DCDC66;
}
</style>
border-color css
<style>
span { border-color: #DCDC66; }
span { border-color: rgb(220,220,102); }
td.TdClassName
{
border-color: #DCDC66;
}
.TagClassName
{
border-color: #DCDC66;
}
</style>