Shades of Goldenrod #DDDC7E
Tints of Goldenrod #DDDC7E
RGB
CMYK
RGB Variations
Color information
#DDDC7E (or 0xDDDC7E) is known color: Goldenrod. HEX triplet: DD, DC and 7E. RGB value is (221,220,126). Sum of RGB (Red+Green+Blue) = 221+220+126=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC7E is #222381. Grayscale: #D1D1D1. Windows color (decimal): -2237314 or 8314077. OLE color: 8314077.
HSL color Cylindrical-coordinate representation of color #DDDC7E: hue angle of 59.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDDC7E is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 126 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.13 |
| HSL | 59.37º | 0.58% | 0.68% | - |
| HSV(B) | 59.37º | 0.43% | 0.87% | - |
| XYZ | 59.18 | 68.06 | 29.76 | - |
| YUV | 209.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 126 | 0 | 0.00 | 0.43 | 0.13 | 59.37 | 0.58 | 0.68 |
| Hex | DD | DC | 7E | 0 | 0 | 2B | D | 3B | 3A | 44 |
| Octal | 335 | 334 | 176 | 0 | 0 | 53 | 15 | 73 | 72 | 104 |
| Binary | 11011101 | 11011100 | 1111110 | 0 | 0 | 101011 | 1101 | 111011 | 111010 | 1000100 |
Color Harmonies of #DDDC7E
Complementary color
Monochromatic Colors of #DDDC7E
Black with #DDDC7E
Text Example
Text Example
White with #DDDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC7E; }
p { color: rgb(221,220,126); }
H1.HeaderClassName
{
color: #DDDC7E;
}
.AnyTagClassName
{
color: #DDDC7E;
}
</style>
background-color css
<style>
a { background-color: #DDDC7E; }
a { background-color: rgb(221,220,126); }
div.DivClassName
{
background-color: #DDDC7E;
}
.BgClassName
{
background-color: #DDDC7E;
}
</style>
border-color css
<style>
span { border-color: #DDDC7E; }
span { border-color: rgb(221,220,126); }
td.TdClassName
{
border-color: #DDDC7E;
}
.TagClassName
{
border-color: #DDDC7E;
}
</style>