Shades of Goldenrod #DDD46C
Tints of Goldenrod #DDD46C
RGB
CMYK
RGB Variations
Color information
#DDD46C (or 0xDDD46C) is known color: Goldenrod. HEX triplet: DD, D4 and 6C. RGB value is (221,212,108). Sum of RGB (Red+Green+Blue) = 221+212+108=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD46C is #222B93. Grayscale: #CBCBCB. Windows color (decimal): -2239380 or 7132381. OLE color: 7132381.
HSL color Cylindrical-coordinate representation of color #DDD46C: hue angle of 55.22º 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 #DDD46C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 108 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.13 |
| HSL | 55.22º | 0.62% | 0.65% | - |
| HSV(B) | 55.22º | 0.51% | 0.87% | - |
| XYZ | 56.07 | 63.54 | 23.5 | - |
| YUV | 202.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 108 | 0 | 0.04 | 0.51 | 0.13 | 55.22 | 0.62 | 0.65 |
| Hex | DD | D4 | 6C | 0 | 4 | 33 | D | 37 | 3E | 41 |
| Octal | 335 | 324 | 154 | 0 | 4 | 63 | 15 | 67 | 76 | 101 |
| Binary | 11011101 | 11010100 | 1101100 | 0 | 100 | 110011 | 1101 | 110111 | 111110 | 1000001 |
Color Harmonies of #DDD46C
Complementary color
Monochromatic Colors of #DDD46C
Black with #DDD46C
Text Example
Text Example
White with #DDD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD46C; }
p { color: rgb(221,212,108); }
H1.HeaderClassName
{
color: #DDD46C;
}
.AnyTagClassName
{
color: #DDD46C;
}
</style>
background-color css
<style>
a { background-color: #DDD46C; }
a { background-color: rgb(221,212,108); }
div.DivClassName
{
background-color: #DDD46C;
}
.BgClassName
{
background-color: #DDD46C;
}
</style>
border-color css
<style>
span { border-color: #DDD46C; }
span { border-color: rgb(221,212,108); }
td.TdClassName
{
border-color: #DDD46C;
}
.TagClassName
{
border-color: #DDD46C;
}
</style>