Shades of Goldenrod #DDDC7B
Tints of Goldenrod #DDDC7B
RGB
CMYK
RGB Variations
Color information
#DDDC7B (or 0xDDDC7B) is known color: Goldenrod. HEX triplet: DD, DC and 7B. RGB value is (221,220,123). Sum of RGB (Red+Green+Blue) = 221+220+123=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC7B is #222384. Grayscale: #D1D1D1. Windows color (decimal): -2237317 or 8117469. OLE color: 8117469.
HSL color Cylindrical-coordinate representation of color #DDDC7B: hue angle of 59.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDDC7B is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 123 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.13 |
| HSL | 59.39º | 0.59% | 0.67% | - |
| HSV(B) | 59.39º | 0.44% | 0.87% | - |
| XYZ | 58.99 | 67.99 | 28.75 | - |
| YUV | 209.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 123 | 0 | 0.00 | 0.44 | 0.13 | 59.39 | 0.59 | 0.67 |
| Hex | DD | DC | 7B | 0 | 0 | 2C | D | 3B | 3B | 43 |
| Octal | 335 | 334 | 173 | 0 | 0 | 54 | 15 | 73 | 73 | 103 |
| Binary | 11011101 | 11011100 | 1111011 | 0 | 0 | 101100 | 1101 | 111011 | 111011 | 1000011 |
Color Harmonies of #DDDC7B
Complementary color
Monochromatic Colors of #DDDC7B
Black with #DDDC7B
Text Example
Text Example
White with #DDDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC7B; }
p { color: rgb(221,220,123); }
H1.HeaderClassName
{
color: #DDDC7B;
}
.AnyTagClassName
{
color: #DDDC7B;
}
</style>
background-color css
<style>
a { background-color: #DDDC7B; }
a { background-color: rgb(221,220,123); }
div.DivClassName
{
background-color: #DDDC7B;
}
.BgClassName
{
background-color: #DDDC7B;
}
</style>
border-color css
<style>
span { border-color: #DDDC7B; }
span { border-color: rgb(221,220,123); }
td.TdClassName
{
border-color: #DDDC7B;
}
.TagClassName
{
border-color: #DDDC7B;
}
</style>