Shades of Goldenrod #D4D75E
Tints of Goldenrod #D4D75E
RGB
CMYK
RGB Variations
Color information
#D4D75E (or 0xD4D75E) is known color: Goldenrod. HEX triplet: D4, D7 and 5E. RGB value is (212,215,94). Sum of RGB (Red+Green+Blue) = 212+215+94=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D75E is #2B28A1. Grayscale: #C8C8C8. Windows color (decimal): -2828450 or 6215636. OLE color: 6215636.
HSL color Cylindrical-coordinate representation of color #D4D75E: hue angle of 61.49º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4D75E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 94 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.16 |
| HSL | 61.49º | 0.6% | 0.61% | - |
| HSV(B) | 61.49º | 0.56% | 0.84% | - |
| XYZ | 53.47 | 63.41 | 20.01 | - |
| YUV | 200.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 94 | 0.01 | 0 | 0.56 | 0.16 | 61.49 | 0.6 | 0.61 |
| Hex | D4 | D7 | 5E | 1 | 0 | 38 | 10 | 3D | 3C | 3D |
| Octal | 324 | 327 | 136 | 1 | 0 | 70 | 20 | 75 | 74 | 75 |
| Binary | 11010100 | 11010111 | 1011110 | 1 | 0 | 111000 | 10000 | 111101 | 111100 | 111101 |
Color Harmonies of #D4D75E
Complementary color
Monochromatic Colors of #D4D75E
Black with #D4D75E
Text Example
Text Example
White with #D4D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D75E; }
p { color: rgb(212,215,94); }
H1.HeaderClassName
{
color: #D4D75E;
}
.AnyTagClassName
{
color: #D4D75E;
}
</style>
background-color css
<style>
a { background-color: #D4D75E; }
a { background-color: rgb(212,215,94); }
div.DivClassName
{
background-color: #D4D75E;
}
.BgClassName
{
background-color: #D4D75E;
}
</style>
border-color css
<style>
span { border-color: #D4D75E; }
span { border-color: rgb(212,215,94); }
td.TdClassName
{
border-color: #D4D75E;
}
.TagClassName
{
border-color: #D4D75E;
}
</style>