Shades of Goldenrod #DDD56A
Tints of Goldenrod #DDD56A
RGB
CMYK
RGB Variations
Color information
#DDD56A (or 0xDDD56A) is known color: Goldenrod. HEX triplet: DD, D5 and 6A. RGB value is (221,213,106). Sum of RGB (Red+Green+Blue) = 221+213+106=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56A is #222A95. Grayscale: #CBCBCB. Windows color (decimal): -2239126 or 7001565. OLE color: 7001565.
HSL color Cylindrical-coordinate representation of color #DDD56A: hue angle of 55.83º 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 #DDD56A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 106 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.83º | 0.63% | 0.64% | - |
| HSV(B) | 55.83º | 0.52% | 0.87% | - |
| XYZ | 56.21 | 64 | 23.03 | - |
| YUV | 203.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 106 | 0 | 0.04 | 0.52 | 0.13 | 55.83 | 0.63 | 0.64 |
| Hex | DD | D5 | 6A | 0 | 4 | 34 | D | 38 | 3F | 40 |
| Octal | 335 | 325 | 152 | 0 | 4 | 64 | 15 | 70 | 77 | 100 |
| Binary | 11011101 | 11010101 | 1101010 | 0 | 100 | 110100 | 1101 | 111000 | 111111 | 1000000 |
Color Harmonies of #DDD56A
Complementary color
Monochromatic Colors of #DDD56A
Black with #DDD56A
Text Example
Text Example
White with #DDD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD56A; }
p { color: rgb(221,213,106); }
H1.HeaderClassName
{
color: #DDD56A;
}
.AnyTagClassName
{
color: #DDD56A;
}
</style>
background-color css
<style>
a { background-color: #DDD56A; }
a { background-color: rgb(221,213,106); }
div.DivClassName
{
background-color: #DDD56A;
}
.BgClassName
{
background-color: #DDD56A;
}
</style>
border-color css
<style>
span { border-color: #DDD56A; }
span { border-color: rgb(221,213,106); }
td.TdClassName
{
border-color: #DDD56A;
}
.TagClassName
{
border-color: #DDD56A;
}
</style>