Shades of Goldenrod #DCDD80
Tints of Goldenrod #DCDD80
RGB
CMYK
RGB Variations
Color information
#DCDD80 (or 0xDCDD80) is known color: Goldenrod. HEX triplet: DC, DD and 80. RGB value is (220,221,128). Sum of RGB (Red+Green+Blue) = 220+221+128=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD80 is #23227F. Grayscale: #D2D2D2. Windows color (decimal): -2302592 or 8445404. OLE color: 8445404.
HSL color Cylindrical-coordinate representation of color #DCDD80: hue angle of 60.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCDD80 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 128 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.13 |
| HSL | 60.65º | 0.58% | 0.68% | - |
| HSV(B) | 60.65º | 0.42% | 0.87% | - |
| XYZ | 59.27 | 68.49 | 30.52 | - |
| YUV | 210.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 128 | 0.00 | 0 | 0.42 | 0.13 | 60.65 | 0.58 | 0.68 |
| Hex | DC | DD | 80 | 0 | 0 | 2A | D | 3D | 3A | 44 |
| Octal | 334 | 335 | 200 | 0 | 0 | 52 | 15 | 75 | 72 | 104 |
| Binary | 11011100 | 11011101 | 10000000 | 0 | 0 | 101010 | 1101 | 111101 | 111010 | 1000100 |
Color Harmonies of #DCDD80
Complementary color
Monochromatic Colors of #DCDD80
Black with #DCDD80
Text Example
Text Example
White with #DCDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD80; }
p { color: rgb(220,221,128); }
H1.HeaderClassName
{
color: #DCDD80;
}
.AnyTagClassName
{
color: #DCDD80;
}
</style>
background-color css
<style>
a { background-color: #DCDD80; }
a { background-color: rgb(220,221,128); }
div.DivClassName
{
background-color: #DCDD80;
}
.BgClassName
{
background-color: #DCDD80;
}
</style>
border-color css
<style>
span { border-color: #DCDD80; }
span { border-color: rgb(220,221,128); }
td.TdClassName
{
border-color: #DCDD80;
}
.TagClassName
{
border-color: #DCDD80;
}
</style>