Shades of Goldenrod #DDD56B
Tints of Goldenrod #DDD56B
RGB
CMYK
RGB Variations
Color information
#DDD56B (or 0xDDD56B) is known color: Goldenrod. HEX triplet: DD, D5 and 6B. RGB value is (221,213,107). Sum of RGB (Red+Green+Blue) = 221+213+107=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56B is #222A94. Grayscale: #CBCBCB. Windows color (decimal): -2239125 or 7067101. OLE color: 7067101.
HSL color Cylindrical-coordinate representation of color #DDD56B: hue angle of 55.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDD56B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 107 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.79º | 0.63% | 0.64% | - |
| HSV(B) | 55.79º | 0.52% | 0.87% | - |
| XYZ | 56.27 | 64.02 | 23.3 | - |
| YUV | 203.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 107 | 0 | 0.04 | 0.52 | 0.13 | 55.79 | 0.63 | 0.64 |
| Hex | DD | D5 | 6B | 0 | 4 | 34 | D | 38 | 3F | 40 |
| Octal | 335 | 325 | 153 | 0 | 4 | 64 | 15 | 70 | 77 | 100 |
| Binary | 11011101 | 11010101 | 1101011 | 0 | 100 | 110100 | 1101 | 111000 | 111111 | 1000000 |
Color Harmonies of #DDD56B
Complementary color
Monochromatic Colors of #DDD56B
Black with #DDD56B
Text Example
Text Example
White with #DDD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD56B; }
p { color: rgb(221,213,107); }
H1.HeaderClassName
{
color: #DDD56B;
}
.AnyTagClassName
{
color: #DDD56B;
}
</style>
background-color css
<style>
a { background-color: #DDD56B; }
a { background-color: rgb(221,213,107); }
div.DivClassName
{
background-color: #DDD56B;
}
.BgClassName
{
background-color: #DDD56B;
}
</style>
border-color css
<style>
span { border-color: #DDD56B; }
span { border-color: rgb(221,213,107); }
td.TdClassName
{
border-color: #DDD56B;
}
.TagClassName
{
border-color: #DDD56B;
}
</style>