Shades of Goldenrod #DDD86A
Tints of Goldenrod #DDD86A
RGB
CMYK
RGB Variations
Color information
#DDD86A (or 0xDDD86A) is known color: Goldenrod. HEX triplet: DD, D8 and 6A. RGB value is (221,216,106). Sum of RGB (Red+Green+Blue) = 221+216+106=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD86A is #222795. Grayscale: #CDCDCD. Windows color (decimal): -2238358 or 7002333. OLE color: 7002333.
HSL color Cylindrical-coordinate representation of color #DDD86A: hue angle of 57.39º 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 #DDD86A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 106 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.13 |
| HSL | 57.39º | 0.63% | 0.64% | - |
| HSV(B) | 57.39º | 0.52% | 0.87% | - |
| XYZ | 56.98 | 65.52 | 23.28 | - |
| YUV | 204.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 106 | 0 | 0.02 | 0.52 | 0.13 | 57.39 | 0.63 | 0.64 |
| Hex | DD | D8 | 6A | 0 | 2 | 34 | D | 39 | 3F | 40 |
| Octal | 335 | 330 | 152 | 0 | 2 | 64 | 15 | 71 | 77 | 100 |
| Binary | 11011101 | 11011000 | 1101010 | 0 | 10 | 110100 | 1101 | 111001 | 111111 | 1000000 |
Color Harmonies of #DDD86A
Complementary color
Monochromatic Colors of #DDD86A
Black with #DDD86A
Text Example
Text Example
White with #DDD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD86A; }
p { color: rgb(221,216,106); }
H1.HeaderClassName
{
color: #DDD86A;
}
.AnyTagClassName
{
color: #DDD86A;
}
</style>
background-color css
<style>
a { background-color: #DDD86A; }
a { background-color: rgb(221,216,106); }
div.DivClassName
{
background-color: #DDD86A;
}
.BgClassName
{
background-color: #DDD86A;
}
</style>
border-color css
<style>
span { border-color: #DDD86A; }
span { border-color: rgb(221,216,106); }
td.TdClassName
{
border-color: #DDD86A;
}
.TagClassName
{
border-color: #DDD86A;
}
</style>