Shades of Goldenrod #DCDC6F
Tints of Goldenrod #DCDC6F
RGB
CMYK
RGB Variations
Color information
#DCDC6F (or 0xDCDC6F) is known color: Goldenrod. HEX triplet: DC, DC and 6F. RGB value is (220,220,111). Sum of RGB (Red+Green+Blue) = 220+220+111=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC6F is #232390. Grayscale: #D0D0D0. Windows color (decimal): -2302865 or 7331036. OLE color: 7331036.
HSL color Cylindrical-coordinate representation of color #DCDC6F: hue angle of 60º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCDC6F is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 111 | - |
| CMYK | 0 | 0 | 0.50 | 0.14 |
| HSL | 60º | 0.61% | 0.65% | - |
| HSV(B) | 60º | 0.5% | 0.86% | - |
| XYZ | 57.98 | 67.55 | 25.02 | - |
| YUV | 207.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 111 | 0 | 0 | 0.50 | 0.14 | 60 | 0.61 | 0.65 |
| Hex | DC | DC | 6F | 0 | 0 | 32 | E | 3C | 3D | 41 |
| Octal | 334 | 334 | 157 | 0 | 0 | 62 | 16 | 74 | 75 | 101 |
| Binary | 11011100 | 11011100 | 1101111 | 0 | 0 | 110010 | 1110 | 111100 | 111101 | 1000001 |
Color Harmonies of #DCDC6F
Complementary color
Monochromatic Colors of #DCDC6F
Black with #DCDC6F
Text Example
Text Example
White with #DCDC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC6F; }
p { color: rgb(220,220,111); }
H1.HeaderClassName
{
color: #DCDC6F;
}
.AnyTagClassName
{
color: #DCDC6F;
}
</style>
background-color css
<style>
a { background-color: #DCDC6F; }
a { background-color: rgb(220,220,111); }
div.DivClassName
{
background-color: #DCDC6F;
}
.BgClassName
{
background-color: #DCDC6F;
}
</style>
border-color css
<style>
span { border-color: #DCDC6F; }
span { border-color: rgb(220,220,111); }
td.TdClassName
{
border-color: #DCDC6F;
}
.TagClassName
{
border-color: #DCDC6F;
}
</style>