Shades of Goldenrod #DDD964
Tints of Goldenrod #DDD964
RGB
CMYK
RGB Variations
Color information
#DDD964 (or 0xDDD964) is known color: Goldenrod. HEX triplet: DD, D9 and 64. RGB value is (221,217,100). Sum of RGB (Red+Green+Blue) = 221+217+100=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD964 is #22269B. Grayscale: #CDCDCD. Windows color (decimal): -2238108 or 6609373. OLE color: 6609373.
HSL color Cylindrical-coordinate representation of color #DDD964: hue angle of 58.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDD964 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 100 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.13 |
| HSL | 58.02º | 0.64% | 0.63% | - |
| HSV(B) | 58.02º | 0.55% | 0.87% | - |
| XYZ | 56.93 | 65.92 | 21.78 | - |
| YUV | 204.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 100 | 0 | 0.02 | 0.55 | 0.13 | 58.02 | 0.64 | 0.63 |
| Hex | DD | D9 | 64 | 0 | 2 | 37 | D | 3A | 40 | 3F |
| Octal | 335 | 331 | 144 | 0 | 2 | 67 | 15 | 72 | 100 | 77 |
| Binary | 11011101 | 11011001 | 1100100 | 0 | 10 | 110111 | 1101 | 111010 | 1000000 | 111111 |
Color Harmonies of #DDD964
Complementary color
Monochromatic Colors of #DDD964
Black with #DDD964
Text Example
Text Example
White with #DDD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD964; }
p { color: rgb(221,217,100); }
H1.HeaderClassName
{
color: #DDD964;
}
.AnyTagClassName
{
color: #DDD964;
}
</style>
background-color css
<style>
a { background-color: #DDD964; }
a { background-color: rgb(221,217,100); }
div.DivClassName
{
background-color: #DDD964;
}
.BgClassName
{
background-color: #DDD964;
}
</style>
border-color css
<style>
span { border-color: #DDD964; }
span { border-color: rgb(221,217,100); }
td.TdClassName
{
border-color: #DDD964;
}
.TagClassName
{
border-color: #DDD964;
}
</style>