Shades of Goldenrod #DCDD61
Tints of Goldenrod #DCDD61
RGB
CMYK
RGB Variations
Color information
#DCDD61 (or 0xDCDD61) is known color: Goldenrod. HEX triplet: DC, DD and 61. RGB value is (220,221,97). Sum of RGB (Red+Green+Blue) = 220+221+97=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD61 is #23229E. Grayscale: #CFCFCF. Windows color (decimal): -2302623 or 6413788. OLE color: 6413788.
HSL color Cylindrical-coordinate representation of color #DCDD61: hue angle of 60.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCDD61 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 97 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.13 |
| HSL | 60.48º | 0.65% | 0.62% | - |
| HSV(B) | 60.48º | 0.56% | 0.87% | - |
| XYZ | 57.53 | 67.79 | 21.36 | - |
| YUV | 206.57 | 66.17 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 97 | 0.00 | 0 | 0.56 | 0.13 | 60.48 | 0.65 | 0.62 |
| Hex | DC | DD | 61 | 0 | 0 | 38 | D | 3C | 41 | 3E |
| Octal | 334 | 335 | 141 | 0 | 0 | 70 | 15 | 74 | 101 | 76 |
| Binary | 11011100 | 11011101 | 1100001 | 0 | 0 | 111000 | 1101 | 111100 | 1000001 | 111110 |
Color Harmonies of #DCDD61
Complementary color
Monochromatic Colors of #DCDD61
Black with #DCDD61
Text Example
Text Example
White with #DCDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD61; }
p { color: rgb(220,221,97); }
H1.HeaderClassName
{
color: #DCDD61;
}
.AnyTagClassName
{
color: #DCDD61;
}
</style>
background-color css
<style>
a { background-color: #DCDD61; }
a { background-color: rgb(220,221,97); }
div.DivClassName
{
background-color: #DCDD61;
}
.BgClassName
{
background-color: #DCDD61;
}
</style>
border-color css
<style>
span { border-color: #DCDD61; }
span { border-color: rgb(220,221,97); }
td.TdClassName
{
border-color: #DCDD61;
}
.TagClassName
{
border-color: #DCDD61;
}
</style>