Shades of Goldenrod #DDDA6A
Tints of Goldenrod #DDDA6A
RGB
CMYK
RGB Variations
Color information
#DDDA6A (or 0xDDDA6A) is known color: Goldenrod. HEX triplet: DD, DA and 6A. RGB value is (221,218,106). Sum of RGB (Red+Green+Blue) = 221+218+106=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA6A is #222595. Grayscale: #CECECE. Windows color (decimal): -2237846 or 7002845. OLE color: 7002845.
HSL color Cylindrical-coordinate representation of color #DDDA6A: hue angle of 58.43º 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 #DDDA6A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 106 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.43º | 0.63% | 0.64% | - |
| HSV(B) | 58.43º | 0.52% | 0.87% | - |
| XYZ | 57.49 | 66.56 | 23.45 | - |
| YUV | 206.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 106 | 0 | 0.01 | 0.52 | 0.13 | 58.43 | 0.63 | 0.64 |
| Hex | DD | DA | 6A | 0 | 1 | 34 | D | 3A | 3F | 40 |
| Octal | 335 | 332 | 152 | 0 | 1 | 64 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011010 | 1101010 | 0 | 1 | 110100 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDDA6A
Complementary color
Monochromatic Colors of #DDDA6A
Black with #DDDA6A
Text Example
Text Example
White with #DDDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA6A; }
p { color: rgb(221,218,106); }
H1.HeaderClassName
{
color: #DDDA6A;
}
.AnyTagClassName
{
color: #DDDA6A;
}
</style>
background-color css
<style>
a { background-color: #DDDA6A; }
a { background-color: rgb(221,218,106); }
div.DivClassName
{
background-color: #DDDA6A;
}
.BgClassName
{
background-color: #DDDA6A;
}
</style>
border-color css
<style>
span { border-color: #DDDA6A; }
span { border-color: rgb(221,218,106); }
td.TdClassName
{
border-color: #DDDA6A;
}
.TagClassName
{
border-color: #DDDA6A;
}
</style>