Shades of Goldenrod #DDD46A
Tints of Goldenrod #DDD46A
RGB
CMYK
RGB Variations
Color information
#DDD46A (or 0xDDD46A) is known color: Goldenrod. HEX triplet: DD, D4 and 6A. RGB value is (221,212,106). Sum of RGB (Red+Green+Blue) = 221+212+106=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD46A is #222B95. Grayscale: #CBCBCB. Windows color (decimal): -2239382 or 7001309. OLE color: 7001309.
HSL color Cylindrical-coordinate representation of color #DDD46A: hue angle of 55.3º 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 #DDD46A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 106 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.3º | 0.63% | 0.64% | - |
| HSV(B) | 55.3º | 0.52% | 0.87% | - |
| XYZ | 55.96 | 63.5 | 22.94 | - |
| YUV | 202.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 106 | 0 | 0.04 | 0.52 | 0.13 | 55.3 | 0.63 | 0.64 |
| Hex | DD | D4 | 6A | 0 | 4 | 34 | D | 37 | 3F | 40 |
| Octal | 335 | 324 | 152 | 0 | 4 | 64 | 15 | 67 | 77 | 100 |
| Binary | 11011101 | 11010100 | 1101010 | 0 | 100 | 110100 | 1101 | 110111 | 111111 | 1000000 |
Color Harmonies of #DDD46A
Complementary color
Monochromatic Colors of #DDD46A
Black with #DDD46A
Text Example
Text Example
White with #DDD46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD46A; }
p { color: rgb(221,212,106); }
H1.HeaderClassName
{
color: #DDD46A;
}
.AnyTagClassName
{
color: #DDD46A;
}
</style>
background-color css
<style>
a { background-color: #DDD46A; }
a { background-color: rgb(221,212,106); }
div.DivClassName
{
background-color: #DDD46A;
}
.BgClassName
{
background-color: #DDD46A;
}
</style>
border-color css
<style>
span { border-color: #DDD46A; }
span { border-color: rgb(221,212,106); }
td.TdClassName
{
border-color: #DDD46A;
}
.TagClassName
{
border-color: #DDD46A;
}
</style>