Shades of Goldenrod #DDD569
Tints of Goldenrod #DDD569
RGB
CMYK
RGB Variations
Color information
#DDD569 (or 0xDDD569) is known color: Goldenrod. HEX triplet: DD, D5 and 69. RGB value is (221,213,105). Sum of RGB (Red+Green+Blue) = 221+213+105=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD569 is #222A96. Grayscale: #CBCBCB. Windows color (decimal): -2239127 or 6936029. OLE color: 6936029.
HSL color Cylindrical-coordinate representation of color #DDD569: hue angle of 55.86º 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 #DDD569 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 105 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.86º | 0.63% | 0.64% | - |
| HSV(B) | 55.86º | 0.52% | 0.87% | - |
| XYZ | 56.16 | 63.98 | 22.75 | - |
| YUV | 203.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 105 | 0 | 0.04 | 0.52 | 0.13 | 55.86 | 0.63 | 0.64 |
| Hex | DD | D5 | 69 | 0 | 4 | 34 | D | 38 | 3F | 40 |
| Octal | 335 | 325 | 151 | 0 | 4 | 64 | 15 | 70 | 77 | 100 |
| Binary | 11011101 | 11010101 | 1101001 | 0 | 100 | 110100 | 1101 | 111000 | 111111 | 1000000 |
Color Harmonies of #DDD569
Complementary color
Monochromatic Colors of #DDD569
Black with #DDD569
Text Example
Text Example
White with #DDD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD569; }
p { color: rgb(221,213,105); }
H1.HeaderClassName
{
color: #DDD569;
}
.AnyTagClassName
{
color: #DDD569;
}
</style>
background-color css
<style>
a { background-color: #DDD569; }
a { background-color: rgb(221,213,105); }
div.DivClassName
{
background-color: #DDD569;
}
.BgClassName
{
background-color: #DDD569;
}
</style>
border-color css
<style>
span { border-color: #DDD569; }
span { border-color: rgb(221,213,105); }
td.TdClassName
{
border-color: #DDD569;
}
.TagClassName
{
border-color: #DDD569;
}
</style>