Shades of Goldenrod #D4D96D
Tints of Goldenrod #D4D96D
RGB
CMYK
RGB Variations
Color information
#D4D96D (or 0xD4D96D) is known color: Goldenrod. HEX triplet: D4, D9 and 6D. RGB value is (212,217,109). Sum of RGB (Red+Green+Blue) = 212+217+109=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D96D is #2B2692. Grayscale: #CBCBCB. Windows color (decimal): -2827923 or 7199188. OLE color: 7199188.
HSL color Cylindrical-coordinate representation of color #D4D96D: hue angle of 62.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D96D is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 109 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.15 |
| HSL | 62.78º | 0.59% | 0.64% | - |
| HSV(B) | 62.78º | 0.5% | 0.85% | - |
| XYZ | 54.72 | 64.73 | 24.08 | - |
| YUV | 203.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 109 | 0.02 | 0 | 0.50 | 0.15 | 62.78 | 0.59 | 0.64 |
| Hex | D4 | D9 | 6D | 2 | 0 | 32 | F | 3F | 3B | 40 |
| Octal | 324 | 331 | 155 | 2 | 0 | 62 | 17 | 77 | 73 | 100 |
| Binary | 11010100 | 11011001 | 1101101 | 10 | 0 | 110010 | 1111 | 111111 | 111011 | 1000000 |
Color Harmonies of #D4D96D
Complementary color
Monochromatic Colors of #D4D96D
Black with #D4D96D
Text Example
Text Example
White with #D4D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D96D; }
p { color: rgb(212,217,109); }
H1.HeaderClassName
{
color: #D4D96D;
}
.AnyTagClassName
{
color: #D4D96D;
}
</style>
background-color css
<style>
a { background-color: #D4D96D; }
a { background-color: rgb(212,217,109); }
div.DivClassName
{
background-color: #D4D96D;
}
.BgClassName
{
background-color: #D4D96D;
}
</style>
border-color css
<style>
span { border-color: #D4D96D; }
span { border-color: rgb(212,217,109); }
td.TdClassName
{
border-color: #D4D96D;
}
.TagClassName
{
border-color: #D4D96D;
}
</style>