Shades of Goldenrod #D4D75F
Tints of Goldenrod #D4D75F
RGB
CMYK
RGB Variations
Color information
#D4D75F (or 0xD4D75F) is known color: Goldenrod. HEX triplet: D4, D7 and 5F. RGB value is (212,215,95). Sum of RGB (Red+Green+Blue) = 212+215+95=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D75F is #2B28A0. Grayscale: #C8C8C8. Windows color (decimal): -2828449 or 6281172. OLE color: 6281172.
HSL color Cylindrical-coordinate representation of color #D4D75F: hue angle of 61.5º 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 #D4D75F is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 95 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.16 |
| HSL | 61.5º | 0.6% | 0.61% | - |
| HSV(B) | 61.5º | 0.56% | 0.84% | - |
| XYZ | 53.52 | 63.42 | 20.25 | - |
| YUV | 200.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 95 | 0.01 | 0 | 0.56 | 0.16 | 61.5 | 0.6 | 0.61 |
| Hex | D4 | D7 | 5F | 1 | 0 | 38 | 10 | 3E | 3C | 3D |
| Octal | 324 | 327 | 137 | 1 | 0 | 70 | 20 | 76 | 74 | 75 |
| Binary | 11010100 | 11010111 | 1011111 | 1 | 0 | 111000 | 10000 | 111110 | 111100 | 111101 |
Color Harmonies of #D4D75F
Complementary color
Monochromatic Colors of #D4D75F
Black with #D4D75F
Text Example
Text Example
White with #D4D75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D75F; }
p { color: rgb(212,215,95); }
H1.HeaderClassName
{
color: #D4D75F;
}
.AnyTagClassName
{
color: #D4D75F;
}
</style>
background-color css
<style>
a { background-color: #D4D75F; }
a { background-color: rgb(212,215,95); }
div.DivClassName
{
background-color: #D4D75F;
}
.BgClassName
{
background-color: #D4D75F;
}
</style>
border-color css
<style>
span { border-color: #D4D75F; }
span { border-color: rgb(212,215,95); }
td.TdClassName
{
border-color: #D4D75F;
}
.TagClassName
{
border-color: #D4D75F;
}
</style>