Shades of Goldenrod #D4D676
Tints of Goldenrod #D4D676
RGB
CMYK
RGB Variations
Color information
#D4D676 (or 0xD4D676) is known color: Goldenrod. HEX triplet: D4, D6 and 76. RGB value is (212,214,118). Sum of RGB (Red+Green+Blue) = 212+214+118=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D676 is #2B2989. Grayscale: #CACACA. Windows color (decimal): -2828682 or 7788244. OLE color: 7788244.
HSL color Cylindrical-coordinate representation of color #D4D676: hue angle of 61.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4D676 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 118 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.16 |
| HSL | 61.25º | 0.54% | 0.65% | - |
| HSV(B) | 61.25º | 0.45% | 0.84% | - |
| XYZ | 54.47 | 63.4 | 26.51 | - |
| YUV | 202.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 118 | 0.01 | 0 | 0.45 | 0.16 | 61.25 | 0.54 | 0.65 |
| Hex | D4 | D6 | 76 | 1 | 0 | 2D | 10 | 3D | 36 | 41 |
| Octal | 324 | 326 | 166 | 1 | 0 | 55 | 20 | 75 | 66 | 101 |
| Binary | 11010100 | 11010110 | 1110110 | 1 | 0 | 101101 | 10000 | 111101 | 110110 | 1000001 |
Color Harmonies of #D4D676
Complementary color
Monochromatic Colors of #D4D676
Black with #D4D676
Text Example
Text Example
White with #D4D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D676; }
p { color: rgb(212,214,118); }
H1.HeaderClassName
{
color: #D4D676;
}
.AnyTagClassName
{
color: #D4D676;
}
</style>
background-color css
<style>
a { background-color: #D4D676; }
a { background-color: rgb(212,214,118); }
div.DivClassName
{
background-color: #D4D676;
}
.BgClassName
{
background-color: #D4D676;
}
</style>
border-color css
<style>
span { border-color: #D4D676; }
span { border-color: rgb(212,214,118); }
td.TdClassName
{
border-color: #D4D676;
}
.TagClassName
{
border-color: #D4D676;
}
</style>