Shades of Goldenrod #DDD56D
Tints of Goldenrod #DDD56D
RGB
CMYK
RGB Variations
Color information
#DDD56D (or 0xDDD56D) is known color: Goldenrod. HEX triplet: DD, D5 and 6D. RGB value is (221,213,109). Sum of RGB (Red+Green+Blue) = 221+213+109=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56D is #222A92. Grayscale: #CBCBCB. Windows color (decimal): -2239123 or 7198173. OLE color: 7198173.
HSL color Cylindrical-coordinate representation of color #DDD56D: hue angle of 55.71º 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 #DDD56D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 109 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.13 |
| HSL | 55.71º | 0.62% | 0.65% | - |
| HSV(B) | 55.71º | 0.51% | 0.87% | - |
| XYZ | 56.37 | 64.06 | 23.86 | - |
| YUV | 203.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 109 | 0 | 0.04 | 0.51 | 0.13 | 55.71 | 0.62 | 0.65 |
| Hex | DD | D5 | 6D | 0 | 4 | 33 | D | 38 | 3E | 41 |
| Octal | 335 | 325 | 155 | 0 | 4 | 63 | 15 | 70 | 76 | 101 |
| Binary | 11011101 | 11010101 | 1101101 | 0 | 100 | 110011 | 1101 | 111000 | 111110 | 1000001 |
Color Harmonies of #DDD56D
Complementary color
Monochromatic Colors of #DDD56D
Black with #DDD56D
Text Example
Text Example
White with #DDD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD56D; }
p { color: rgb(221,213,109); }
H1.HeaderClassName
{
color: #DDD56D;
}
.AnyTagClassName
{
color: #DDD56D;
}
</style>
background-color css
<style>
a { background-color: #DDD56D; }
a { background-color: rgb(221,213,109); }
div.DivClassName
{
background-color: #DDD56D;
}
.BgClassName
{
background-color: #DDD56D;
}
</style>
border-color css
<style>
span { border-color: #DDD56D; }
span { border-color: rgb(221,213,109); }
td.TdClassName
{
border-color: #DDD56D;
}
.TagClassName
{
border-color: #DDD56D;
}
</style>