Shades of Goldenrod #DDD76A
Tints of Goldenrod #DDD76A
RGB
CMYK
RGB Variations
Color information
#DDD76A (or 0xDDD76A) is known color: Goldenrod. HEX triplet: DD, D7 and 6A. RGB value is (221,215,106). Sum of RGB (Red+Green+Blue) = 221+215+106=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76A is #222895. Grayscale: #CCCCCC. Windows color (decimal): -2238614 or 7002077. OLE color: 7002077.
HSL color Cylindrical-coordinate representation of color #DDD76A: hue angle of 56.87º 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 #DDD76A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 106 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.87º | 0.63% | 0.64% | - |
| HSV(B) | 56.87º | 0.52% | 0.87% | - |
| XYZ | 56.72 | 65.01 | 23.2 | - |
| YUV | 204.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 106 | 0 | 0.03 | 0.52 | 0.13 | 56.87 | 0.63 | 0.64 |
| Hex | DD | D7 | 6A | 0 | 3 | 34 | D | 39 | 3F | 40 |
| Octal | 335 | 327 | 152 | 0 | 3 | 64 | 15 | 71 | 77 | 100 |
| Binary | 11011101 | 11010111 | 1101010 | 0 | 11 | 110100 | 1101 | 111001 | 111111 | 1000000 |
Color Harmonies of #DDD76A
Complementary color
Monochromatic Colors of #DDD76A
Black with #DDD76A
Text Example
Text Example
White with #DDD76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD76A; }
p { color: rgb(221,215,106); }
H1.HeaderClassName
{
color: #DDD76A;
}
.AnyTagClassName
{
color: #DDD76A;
}
</style>
background-color css
<style>
a { background-color: #DDD76A; }
a { background-color: rgb(221,215,106); }
div.DivClassName
{
background-color: #DDD76A;
}
.BgClassName
{
background-color: #DDD76A;
}
</style>
border-color css
<style>
span { border-color: #DDD76A; }
span { border-color: rgb(221,215,106); }
td.TdClassName
{
border-color: #DDD76A;
}
.TagClassName
{
border-color: #DDD76A;
}
</style>