Shades of Goldenrod #DDDC7D
Tints of Goldenrod #DDDC7D
RGB
CMYK
RGB Variations
Color information
#DDDC7D (or 0xDDDC7D) is known color: Goldenrod. HEX triplet: DD, DC and 7D. RGB value is (221,220,125). Sum of RGB (Red+Green+Blue) = 221+220+125=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC7D is #222382. Grayscale: #D1D1D1. Windows color (decimal): -2237315 or 8248541. OLE color: 8248541.
HSL color Cylindrical-coordinate representation of color #DDDC7D: hue angle of 59.38º degrees, saturation: 0.59, 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 #DDDC7D is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 125 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.13 |
| HSL | 59.38º | 0.59% | 0.68% | - |
| HSV(B) | 59.38º | 0.43% | 0.87% | - |
| XYZ | 59.11 | 68.04 | 29.42 | - |
| YUV | 209.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 125 | 0 | 0.00 | 0.43 | 0.13 | 59.38 | 0.59 | 0.68 |
| Hex | DD | DC | 7D | 0 | 0 | 2B | D | 3B | 3B | 44 |
| Octal | 335 | 334 | 175 | 0 | 0 | 53 | 15 | 73 | 73 | 104 |
| Binary | 11011101 | 11011100 | 1111101 | 0 | 0 | 101011 | 1101 | 111011 | 111011 | 1000100 |
Color Harmonies of #DDDC7D
Complementary color
Monochromatic Colors of #DDDC7D
Black with #DDDC7D
Text Example
Text Example
White with #DDDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC7D; }
p { color: rgb(221,220,125); }
H1.HeaderClassName
{
color: #DDDC7D;
}
.AnyTagClassName
{
color: #DDDC7D;
}
</style>
background-color css
<style>
a { background-color: #DDDC7D; }
a { background-color: rgb(221,220,125); }
div.DivClassName
{
background-color: #DDDC7D;
}
.BgClassName
{
background-color: #DDDC7D;
}
</style>
border-color css
<style>
span { border-color: #DDDC7D; }
span { border-color: rgb(221,220,125); }
td.TdClassName
{
border-color: #DDDC7D;
}
.TagClassName
{
border-color: #DDDC7D;
}
</style>