Shades of Goldenrod #DCDD70
Tints of Goldenrod #DCDD70
RGB
CMYK
RGB Variations
Color information
#DCDD70 (or 0xDCDD70) is known color: Goldenrod. HEX triplet: DC, DD and 70. RGB value is (220,221,112). Sum of RGB (Red+Green+Blue) = 220+221+112=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD70 is #23228F. Grayscale: #D0D0D0. Windows color (decimal): -2302608 or 7396828. OLE color: 7396828.
HSL color Cylindrical-coordinate representation of color #DCDD70: hue angle of 60.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCDD70 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 112 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.13 |
| HSL | 60.55º | 0.62% | 0.65% | - |
| HSV(B) | 60.55º | 0.49% | 0.87% | - |
| XYZ | 58.3 | 68.1 | 25.4 | - |
| YUV | 208.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 112 | 0.00 | 0 | 0.49 | 0.13 | 60.55 | 0.62 | 0.65 |
| Hex | DC | DD | 70 | 0 | 0 | 31 | D | 3D | 3E | 41 |
| Octal | 334 | 335 | 160 | 0 | 0 | 61 | 15 | 75 | 76 | 101 |
| Binary | 11011100 | 11011101 | 1110000 | 0 | 0 | 110001 | 1101 | 111101 | 111110 | 1000001 |
Color Harmonies of #DCDD70
Complementary color
Monochromatic Colors of #DCDD70
Black with #DCDD70
Text Example
Text Example
White with #DCDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD70; }
p { color: rgb(220,221,112); }
H1.HeaderClassName
{
color: #DCDD70;
}
.AnyTagClassName
{
color: #DCDD70;
}
</style>
background-color css
<style>
a { background-color: #DCDD70; }
a { background-color: rgb(220,221,112); }
div.DivClassName
{
background-color: #DCDD70;
}
.BgClassName
{
background-color: #DCDD70;
}
</style>
border-color css
<style>
span { border-color: #DCDD70; }
span { border-color: rgb(220,221,112); }
td.TdClassName
{
border-color: #DCDD70;
}
.TagClassName
{
border-color: #DCDD70;
}
</style>