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