Shades of Goldenrod #D9DC7A
Tints of Goldenrod #D9DC7A
RGB
CMYK
RGB Variations
Color information
#D9DC7A (or 0xD9DC7A) is known color: Goldenrod. HEX triplet: D9, DC and 7A. RGB value is (217,220,122). Sum of RGB (Red+Green+Blue) = 217+220+122=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC7A is #262385. Grayscale: #D0D0D0. Windows color (decimal): -2499462 or 8051929. OLE color: 8051929.
HSL color Cylindrical-coordinate representation of color #D9DC7A: hue angle of 61.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9DC7A is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 122 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.14 |
| HSL | 61.84º | 0.58% | 0.67% | - |
| HSV(B) | 61.84º | 0.45% | 0.86% | - |
| XYZ | 57.72 | 67.34 | 28.37 | - |
| YUV | 207.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 122 | 0.01 | 0 | 0.45 | 0.14 | 61.84 | 0.58 | 0.67 |
| Hex | D9 | DC | 7A | 1 | 0 | 2D | E | 3E | 3A | 43 |
| Octal | 331 | 334 | 172 | 1 | 0 | 55 | 16 | 76 | 72 | 103 |
| Binary | 11011001 | 11011100 | 1111010 | 1 | 0 | 101101 | 1110 | 111110 | 111010 | 1000011 |
Color Harmonies of #D9DC7A
Complementary color
Monochromatic Colors of #D9DC7A
Black with #D9DC7A
Text Example
Text Example
White with #D9DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC7A; }
p { color: rgb(217,220,122); }
H1.HeaderClassName
{
color: #D9DC7A;
}
.AnyTagClassName
{
color: #D9DC7A;
}
</style>
background-color css
<style>
a { background-color: #D9DC7A; }
a { background-color: rgb(217,220,122); }
div.DivClassName
{
background-color: #D9DC7A;
}
.BgClassName
{
background-color: #D9DC7A;
}
</style>
border-color css
<style>
span { border-color: #D9DC7A; }
span { border-color: rgb(217,220,122); }
td.TdClassName
{
border-color: #D9DC7A;
}
.TagClassName
{
border-color: #D9DC7A;
}
</style>