Shades of Goldenrod #DDD66A
Tints of Goldenrod #DDD66A
RGB
CMYK
RGB Variations
Color information
#DDD66A (or 0xDDD66A) is known color: Goldenrod. HEX triplet: DD, D6 and 6A. RGB value is (221,214,106). Sum of RGB (Red+Green+Blue) = 221+214+106=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD66A is #222995. Grayscale: #CCCCCC. Windows color (decimal): -2238870 or 7001821. OLE color: 7001821.
HSL color Cylindrical-coordinate representation of color #DDD66A: hue angle of 56.35º 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 #DDD66A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 106 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.35º | 0.63% | 0.64% | - |
| HSV(B) | 56.35º | 0.52% | 0.87% | - |
| XYZ | 56.47 | 64.51 | 23.11 | - |
| YUV | 203.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 106 | 0 | 0.03 | 0.52 | 0.13 | 56.35 | 0.63 | 0.64 |
| Hex | DD | D6 | 6A | 0 | 3 | 34 | D | 38 | 3F | 40 |
| Octal | 335 | 326 | 152 | 0 | 3 | 64 | 15 | 70 | 77 | 100 |
| Binary | 11011101 | 11010110 | 1101010 | 0 | 11 | 110100 | 1101 | 111000 | 111111 | 1000000 |
Color Harmonies of #DDD66A
Complementary color
Monochromatic Colors of #DDD66A
Black with #DDD66A
Text Example
Text Example
White with #DDD66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD66A; }
p { color: rgb(221,214,106); }
H1.HeaderClassName
{
color: #DDD66A;
}
.AnyTagClassName
{
color: #DDD66A;
}
</style>
background-color css
<style>
a { background-color: #DDD66A; }
a { background-color: rgb(221,214,106); }
div.DivClassName
{
background-color: #DDD66A;
}
.BgClassName
{
background-color: #DDD66A;
}
</style>
border-color css
<style>
span { border-color: #DDD66A; }
span { border-color: rgb(221,214,106); }
td.TdClassName
{
border-color: #DDD66A;
}
.TagClassName
{
border-color: #DDD66A;
}
</style>