Shades of Goldenrod #D4D86F
Tints of Goldenrod #D4D86F
RGB
CMYK
RGB Variations
Color information
#D4D86F (or 0xD4D86F) is known color: Goldenrod. HEX triplet: D4, D8 and 6F. RGB value is (212,216,111). Sum of RGB (Red+Green+Blue) = 212+216+111=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D86F is #2B2790. Grayscale: #CBCBCB. Windows color (decimal): -2828177 or 7330004. OLE color: 7330004.
HSL color Cylindrical-coordinate representation of color #D4D86F: hue angle of 62.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4D86F is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 111 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.15 |
| HSL | 62.29º | 0.57% | 0.64% | - |
| HSV(B) | 62.29º | 0.49% | 0.85% | - |
| XYZ | 54.58 | 64.26 | 24.57 | - |
| YUV | 202.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 111 | 0.02 | 0 | 0.49 | 0.15 | 62.29 | 0.57 | 0.64 |
| Hex | D4 | D8 | 6F | 2 | 0 | 31 | F | 3E | 39 | 40 |
| Octal | 324 | 330 | 157 | 2 | 0 | 61 | 17 | 76 | 71 | 100 |
| Binary | 11010100 | 11011000 | 1101111 | 10 | 0 | 110001 | 1111 | 111110 | 111001 | 1000000 |
Color Harmonies of #D4D86F
Complementary color
Monochromatic Colors of #D4D86F
Black with #D4D86F
Text Example
Text Example
White with #D4D86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D86F; }
p { color: rgb(212,216,111); }
H1.HeaderClassName
{
color: #D4D86F;
}
.AnyTagClassName
{
color: #D4D86F;
}
</style>
background-color css
<style>
a { background-color: #D4D86F; }
a { background-color: rgb(212,216,111); }
div.DivClassName
{
background-color: #D4D86F;
}
.BgClassName
{
background-color: #D4D86F;
}
</style>
border-color css
<style>
span { border-color: #D4D86F; }
span { border-color: rgb(212,216,111); }
td.TdClassName
{
border-color: #D4D86F;
}
.TagClassName
{
border-color: #D4D86F;
}
</style>