Shades of Goldenrod #DDD369
Tints of Goldenrod #DDD369
RGB
CMYK
RGB Variations
Color information
#DDD369 (or 0xDDD369) is known color: Goldenrod. HEX triplet: DD, D3 and 69. RGB value is (221,211,105). Sum of RGB (Red+Green+Blue) = 221+211+105=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD369 is #222C96. Grayscale: #CACACA. Windows color (decimal): -2239639 or 6935517. OLE color: 6935517.
HSL color Cylindrical-coordinate representation of color #DDD369: hue angle of 54.83º 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 #DDD369 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 105 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 54.83º | 0.63% | 0.64% | - |
| HSV(B) | 54.83º | 0.52% | 0.87% | - |
| XYZ | 55.66 | 62.98 | 22.59 | - |
| YUV | 201.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 105 | 0 | 0.05 | 0.52 | 0.13 | 54.83 | 0.63 | 0.64 |
| Hex | DD | D3 | 69 | 0 | 5 | 34 | D | 37 | 3F | 40 |
| Octal | 335 | 323 | 151 | 0 | 5 | 64 | 15 | 67 | 77 | 100 |
| Binary | 11011101 | 11010011 | 1101001 | 0 | 101 | 110100 | 1101 | 110111 | 111111 | 1000000 |
Color Harmonies of #DDD369
Complementary color
Monochromatic Colors of #DDD369
Black with #DDD369
Text Example
Text Example
White with #DDD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD369; }
p { color: rgb(221,211,105); }
H1.HeaderClassName
{
color: #DDD369;
}
.AnyTagClassName
{
color: #DDD369;
}
</style>
background-color css
<style>
a { background-color: #DDD369; }
a { background-color: rgb(221,211,105); }
div.DivClassName
{
background-color: #DDD369;
}
.BgClassName
{
background-color: #DDD369;
}
</style>
border-color css
<style>
span { border-color: #DDD369; }
span { border-color: rgb(221,211,105); }
td.TdClassName
{
border-color: #DDD369;
}
.TagClassName
{
border-color: #DDD369;
}
</style>