Shades of Goldenrod #D4D85E
Tints of Goldenrod #D4D85E
RGB
CMYK
RGB Variations
Color information
#D4D85E (or 0xD4D85E) is known color: Goldenrod. HEX triplet: D4, D8 and 5E. RGB value is (212,216,94). Sum of RGB (Red+Green+Blue) = 212+216+94=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D85E is #2B27A1. Grayscale: #C9C9C9. Windows color (decimal): -2828194 or 6215892. OLE color: 6215892.
HSL color Cylindrical-coordinate representation of color #D4D85E: hue angle of 61.97º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4D85E is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 94 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.15 |
| HSL | 61.97º | 0.61% | 0.61% | - |
| HSV(B) | 61.97º | 0.56% | 0.85% | - |
| XYZ | 53.73 | 63.92 | 20.1 | - |
| YUV | 200.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 94 | 0.02 | 0 | 0.56 | 0.15 | 61.97 | 0.61 | 0.61 |
| Hex | D4 | D8 | 5E | 2 | 0 | 38 | F | 3E | 3D | 3D |
| Octal | 324 | 330 | 136 | 2 | 0 | 70 | 17 | 76 | 75 | 75 |
| Binary | 11010100 | 11011000 | 1011110 | 10 | 0 | 111000 | 1111 | 111110 | 111101 | 111101 |
Color Harmonies of #D4D85E
Complementary color
Monochromatic Colors of #D4D85E
Black with #D4D85E
Text Example
Text Example
White with #D4D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D85E; }
p { color: rgb(212,216,94); }
H1.HeaderClassName
{
color: #D4D85E;
}
.AnyTagClassName
{
color: #D4D85E;
}
</style>
background-color css
<style>
a { background-color: #D4D85E; }
a { background-color: rgb(212,216,94); }
div.DivClassName
{
background-color: #D4D85E;
}
.BgClassName
{
background-color: #D4D85E;
}
</style>
border-color css
<style>
span { border-color: #D4D85E; }
span { border-color: rgb(212,216,94); }
td.TdClassName
{
border-color: #D4D85E;
}
.TagClassName
{
border-color: #D4D85E;
}
</style>