Shades of Goldenrod #DDDC6D
Tints of Goldenrod #DDDC6D
RGB
CMYK
RGB Variations
Color information
#DDDC6D (or 0xDDDC6D) is known color: Goldenrod. HEX triplet: DD, DC and 6D. RGB value is (221,220,109). Sum of RGB (Red+Green+Blue) = 221+220+109=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC6D is #222392. Grayscale: #D0D0D0. Windows color (decimal): -2237331 or 7199965. OLE color: 7199965.
HSL color Cylindrical-coordinate representation of color #DDDC6D: hue angle of 59.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDDC6D is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 109 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.13 |
| HSL | 59.46º | 0.62% | 0.65% | - |
| HSV(B) | 59.46º | 0.51% | 0.87% | - |
| XYZ | 58.17 | 67.66 | 24.46 | - |
| YUV | 207.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 109 | 0 | 0.00 | 0.51 | 0.13 | 59.46 | 0.62 | 0.65 |
| Hex | DD | DC | 6D | 0 | 0 | 33 | D | 3B | 3E | 41 |
| Octal | 335 | 334 | 155 | 0 | 0 | 63 | 15 | 73 | 76 | 101 |
| Binary | 11011101 | 11011100 | 1101101 | 0 | 0 | 110011 | 1101 | 111011 | 111110 | 1000001 |
Color Harmonies of #DDDC6D
Complementary color
Monochromatic Colors of #DDDC6D
Black with #DDDC6D
Text Example
Text Example
White with #DDDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC6D; }
p { color: rgb(221,220,109); }
H1.HeaderClassName
{
color: #DDDC6D;
}
.AnyTagClassName
{
color: #DDDC6D;
}
</style>
background-color css
<style>
a { background-color: #DDDC6D; }
a { background-color: rgb(221,220,109); }
div.DivClassName
{
background-color: #DDDC6D;
}
.BgClassName
{
background-color: #DDDC6D;
}
</style>
border-color css
<style>
span { border-color: #DDDC6D; }
span { border-color: rgb(221,220,109); }
td.TdClassName
{
border-color: #DDDC6D;
}
.TagClassName
{
border-color: #DDDC6D;
}
</style>