Shades of Goldenrod #DDDA6E
Tints of Goldenrod #DDDA6E
RGB
CMYK
RGB Variations
Color information
#DDDA6E (or 0xDDDA6E) is known color: Goldenrod. HEX triplet: DD, DA and 6E. RGB value is (221,218,110). Sum of RGB (Red+Green+Blue) = 221+218+110=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA6E is #222591. Grayscale: #CFCFCF. Windows color (decimal): -2237842 or 7264989. OLE color: 7264989.
HSL color Cylindrical-coordinate representation of color #DDDA6E: hue angle of 58.38º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDDA6E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 110 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.13 |
| HSL | 58.38º | 0.62% | 0.65% | - |
| HSV(B) | 58.38º | 0.5% | 0.87% | - |
| XYZ | 57.7 | 66.64 | 24.57 | - |
| YUV | 206.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 110 | 0 | 0.01 | 0.50 | 0.13 | 58.38 | 0.62 | 0.65 |
| Hex | DD | DA | 6E | 0 | 1 | 32 | D | 3A | 3E | 41 |
| Octal | 335 | 332 | 156 | 0 | 1 | 62 | 15 | 72 | 76 | 101 |
| Binary | 11011101 | 11011010 | 1101110 | 0 | 1 | 110010 | 1101 | 111010 | 111110 | 1000001 |
Color Harmonies of #DDDA6E
Complementary color
Monochromatic Colors of #DDDA6E
Black with #DDDA6E
Text Example
Text Example
White with #DDDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA6E; }
p { color: rgb(221,218,110); }
H1.HeaderClassName
{
color: #DDDA6E;
}
.AnyTagClassName
{
color: #DDDA6E;
}
</style>
background-color css
<style>
a { background-color: #DDDA6E; }
a { background-color: rgb(221,218,110); }
div.DivClassName
{
background-color: #DDDA6E;
}
.BgClassName
{
background-color: #DDDA6E;
}
</style>
border-color css
<style>
span { border-color: #DDDA6E; }
span { border-color: rgb(221,218,110); }
td.TdClassName
{
border-color: #DDDA6E;
}
.TagClassName
{
border-color: #DDDA6E;
}
</style>