Shades of Goldenrod #DCDD75
Tints of Goldenrod #DCDD75
RGB
CMYK
RGB Variations
Color information
#DCDD75 (or 0xDCDD75) is known color: Goldenrod. HEX triplet: DC, DD and 75. RGB value is (220,221,117). Sum of RGB (Red+Green+Blue) = 220+221+117=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD75 is #23228A. Grayscale: #D1D1D1. Windows color (decimal): -2302603 or 7724508. OLE color: 7724508.
HSL color Cylindrical-coordinate representation of color #DCDD75: hue angle of 60.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCDD75 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 117 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.13 |
| HSL | 60.58º | 0.6% | 0.66% | - |
| HSV(B) | 60.58º | 0.47% | 0.87% | - |
| XYZ | 58.58 | 68.21 | 26.91 | - |
| YUV | 208.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 117 | 0.00 | 0 | 0.47 | 0.13 | 60.58 | 0.6 | 0.66 |
| Hex | DC | DD | 75 | 0 | 0 | 2F | D | 3D | 3C | 42 |
| Octal | 334 | 335 | 165 | 0 | 0 | 57 | 15 | 75 | 74 | 102 |
| Binary | 11011100 | 11011101 | 1110101 | 0 | 0 | 101111 | 1101 | 111101 | 111100 | 1000010 |
Color Harmonies of #DCDD75
Complementary color
Monochromatic Colors of #DCDD75
Black with #DCDD75
Text Example
Text Example
White with #DCDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD75; }
p { color: rgb(220,221,117); }
H1.HeaderClassName
{
color: #DCDD75;
}
.AnyTagClassName
{
color: #DCDD75;
}
</style>
background-color css
<style>
a { background-color: #DCDD75; }
a { background-color: rgb(220,221,117); }
div.DivClassName
{
background-color: #DCDD75;
}
.BgClassName
{
background-color: #DCDD75;
}
</style>
border-color css
<style>
span { border-color: #DCDD75; }
span { border-color: rgb(220,221,117); }
td.TdClassName
{
border-color: #DCDD75;
}
.TagClassName
{
border-color: #DCDD75;
}
</style>