Shades of Goldenrod #DDDA69
Tints of Goldenrod #DDDA69
RGB
CMYK
RGB Variations
Color information
#DDDA69 (or 0xDDDA69) is known color: Goldenrod. HEX triplet: DD, DA and 69. RGB value is (221,218,105). Sum of RGB (Red+Green+Blue) = 221+218+105=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA69 is #222596. Grayscale: #CECECE. Windows color (decimal): -2237847 or 6937309. OLE color: 6937309.
HSL color Cylindrical-coordinate representation of color #DDDA69: hue angle of 58.45º 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 #DDDA69 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 105 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.45º | 0.63% | 0.64% | - |
| HSV(B) | 58.45º | 0.52% | 0.87% | - |
| XYZ | 57.44 | 66.53 | 23.18 | - |
| YUV | 206.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 105 | 0 | 0.01 | 0.52 | 0.13 | 58.45 | 0.63 | 0.64 |
| Hex | DD | DA | 69 | 0 | 1 | 34 | D | 3A | 3F | 40 |
| Octal | 335 | 332 | 151 | 0 | 1 | 64 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011010 | 1101001 | 0 | 1 | 110100 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDDA69
Complementary color
Monochromatic Colors of #DDDA69
Black with #DDDA69
Text Example
Text Example
White with #DDDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA69; }
p { color: rgb(221,218,105); }
H1.HeaderClassName
{
color: #DDDA69;
}
.AnyTagClassName
{
color: #DDDA69;
}
</style>
background-color css
<style>
a { background-color: #DDDA69; }
a { background-color: rgb(221,218,105); }
div.DivClassName
{
background-color: #DDDA69;
}
.BgClassName
{
background-color: #DDDA69;
}
</style>
border-color css
<style>
span { border-color: #DDDA69; }
span { border-color: rgb(221,218,105); }
td.TdClassName
{
border-color: #DDDA69;
}
.TagClassName
{
border-color: #DDDA69;
}
</style>