Shades of Goldenrod #DCDD78
Tints of Goldenrod #DCDD78
RGB
CMYK
RGB Variations
Color information
#DCDD78 (or 0xDCDD78) is known color: Goldenrod. HEX triplet: DC, DD and 78. RGB value is (220,221,120). Sum of RGB (Red+Green+Blue) = 220+221+120=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD78 is #232287. Grayscale: #D1D1D1. Windows color (decimal): -2302600 or 7921116. OLE color: 7921116.
HSL color Cylindrical-coordinate representation of color #DCDD78: hue angle of 60.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDD78 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 120 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.13 |
| HSL | 60.59º | 0.6% | 0.67% | - |
| HSV(B) | 60.59º | 0.46% | 0.87% | - |
| XYZ | 58.76 | 68.28 | 27.85 | - |
| YUV | 209.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 120 | 0.00 | 0 | 0.46 | 0.13 | 60.59 | 0.6 | 0.67 |
| Hex | DC | DD | 78 | 0 | 0 | 2E | D | 3D | 3C | 43 |
| Octal | 334 | 335 | 170 | 0 | 0 | 56 | 15 | 75 | 74 | 103 |
| Binary | 11011100 | 11011101 | 1111000 | 0 | 0 | 101110 | 1101 | 111101 | 111100 | 1000011 |
Color Harmonies of #DCDD78
Complementary color
Monochromatic Colors of #DCDD78
Black with #DCDD78
Text Example
Text Example
White with #DCDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD78; }
p { color: rgb(220,221,120); }
H1.HeaderClassName
{
color: #DCDD78;
}
.AnyTagClassName
{
color: #DCDD78;
}
</style>
background-color css
<style>
a { background-color: #DCDD78; }
a { background-color: rgb(220,221,120); }
div.DivClassName
{
background-color: #DCDD78;
}
.BgClassName
{
background-color: #DCDD78;
}
</style>
border-color css
<style>
span { border-color: #DCDD78; }
span { border-color: rgb(220,221,120); }
td.TdClassName
{
border-color: #DCDD78;
}
.TagClassName
{
border-color: #DCDD78;
}
</style>