Shades of Goldenrod #D4D86C
Tints of Goldenrod #D4D86C
RGB
CMYK
RGB Variations
Color information
#D4D86C (or 0xD4D86C) is known color: Goldenrod. HEX triplet: D4, D8 and 6C. RGB value is (212,216,108). Sum of RGB (Red+Green+Blue) = 212+216+108=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D86C is #2B2793. Grayscale: #CACACA. Windows color (decimal): -2828180 or 7133396. OLE color: 7133396.
HSL color Cylindrical-coordinate representation of color #D4D86C: hue angle of 62.22º degrees, saturation: 0.58, 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 #D4D86C is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 108 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.15 |
| HSL | 62.22º | 0.58% | 0.64% | - |
| HSV(B) | 62.22º | 0.5% | 0.85% | - |
| XYZ | 54.41 | 64.19 | 23.71 | - |
| YUV | 202.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 108 | 0.02 | 0 | 0.50 | 0.15 | 62.22 | 0.58 | 0.64 |
| Hex | D4 | D8 | 6C | 2 | 0 | 32 | F | 3E | 3A | 40 |
| Octal | 324 | 330 | 154 | 2 | 0 | 62 | 17 | 76 | 72 | 100 |
| Binary | 11010100 | 11011000 | 1101100 | 10 | 0 | 110010 | 1111 | 111110 | 111010 | 1000000 |
Color Harmonies of #D4D86C
Complementary color
Monochromatic Colors of #D4D86C
Black with #D4D86C
Text Example
Text Example
White with #D4D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D86C; }
p { color: rgb(212,216,108); }
H1.HeaderClassName
{
color: #D4D86C;
}
.AnyTagClassName
{
color: #D4D86C;
}
</style>
background-color css
<style>
a { background-color: #D4D86C; }
a { background-color: rgb(212,216,108); }
div.DivClassName
{
background-color: #D4D86C;
}
.BgClassName
{
background-color: #D4D86C;
}
</style>
border-color css
<style>
span { border-color: #D4D86C; }
span { border-color: rgb(212,216,108); }
td.TdClassName
{
border-color: #D4D86C;
}
.TagClassName
{
border-color: #D4D86C;
}
</style>