Shades of Goldenrod #DDD969
Tints of Goldenrod #DDD969
RGB
CMYK
RGB Variations
Color information
#DDD969 (or 0xDDD969) is known color: Goldenrod. HEX triplet: DD, D9 and 69. RGB value is (221,217,105). Sum of RGB (Red+Green+Blue) = 221+217+105=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD969 is #222696. Grayscale: #CDCDCD. Windows color (decimal): -2238103 or 6937053. OLE color: 6937053.
HSL color Cylindrical-coordinate representation of color #DDD969: hue angle of 57.93º 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 #DDD969 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 105 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.13 |
| HSL | 57.93º | 0.63% | 0.64% | - |
| HSV(B) | 57.93º | 0.52% | 0.87% | - |
| XYZ | 57.18 | 66.02 | 23.09 | - |
| YUV | 205.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 105 | 0 | 0.02 | 0.52 | 0.13 | 57.93 | 0.63 | 0.64 |
| Hex | DD | D9 | 69 | 0 | 2 | 34 | D | 3A | 3F | 40 |
| Octal | 335 | 331 | 151 | 0 | 2 | 64 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011001 | 1101001 | 0 | 10 | 110100 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDD969
Complementary color
Monochromatic Colors of #DDD969
Black with #DDD969
Text Example
Text Example
White with #DDD969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD969; }
p { color: rgb(221,217,105); }
H1.HeaderClassName
{
color: #DDD969;
}
.AnyTagClassName
{
color: #DDD969;
}
</style>
background-color css
<style>
a { background-color: #DDD969; }
a { background-color: rgb(221,217,105); }
div.DivClassName
{
background-color: #DDD969;
}
.BgClassName
{
background-color: #DDD969;
}
</style>
border-color css
<style>
span { border-color: #DDD969; }
span { border-color: rgb(221,217,105); }
td.TdClassName
{
border-color: #DDD969;
}
.TagClassName
{
border-color: #DDD969;
}
</style>