Shades of Goldenrod #DDD46B
Tints of Goldenrod #DDD46B
RGB
CMYK
RGB Variations
Color information
#DDD46B (or 0xDDD46B) is known color: Goldenrod. HEX triplet: DD, D4 and 6B. RGB value is (221,212,107). Sum of RGB (Red+Green+Blue) = 221+212+107=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD46B is #222B94. Grayscale: #CBCBCB. Windows color (decimal): -2239381 or 7066845. OLE color: 7066845.
HSL color Cylindrical-coordinate representation of color #DDD46B: hue angle of 55.26º 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 #DDD46B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 107 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.26º | 0.63% | 0.64% | - |
| HSV(B) | 55.26º | 0.52% | 0.87% | - |
| XYZ | 56.02 | 63.52 | 23.22 | - |
| YUV | 202.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 107 | 0 | 0.04 | 0.52 | 0.13 | 55.26 | 0.63 | 0.64 |
| Hex | DD | D4 | 6B | 0 | 4 | 34 | D | 37 | 3F | 40 |
| Octal | 335 | 324 | 153 | 0 | 4 | 64 | 15 | 67 | 77 | 100 |
| Binary | 11011101 | 11010100 | 1101011 | 0 | 100 | 110100 | 1101 | 110111 | 111111 | 1000000 |
Color Harmonies of #DDD46B
Complementary color
Monochromatic Colors of #DDD46B
Black with #DDD46B
Text Example
Text Example
White with #DDD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD46B; }
p { color: rgb(221,212,107); }
H1.HeaderClassName
{
color: #DDD46B;
}
.AnyTagClassName
{
color: #DDD46B;
}
</style>
background-color css
<style>
a { background-color: #DDD46B; }
a { background-color: rgb(221,212,107); }
div.DivClassName
{
background-color: #DDD46B;
}
.BgClassName
{
background-color: #DDD46B;
}
</style>
border-color css
<style>
span { border-color: #DDD46B; }
span { border-color: rgb(221,212,107); }
td.TdClassName
{
border-color: #DDD46B;
}
.TagClassName
{
border-color: #DDD46B;
}
</style>