Shades of Goldenrod #D6D376
Tints of Goldenrod #D6D376
RGB
CMYK
RGB Variations
Color information
#D6D376 (or 0xD6D376) is known color: Goldenrod. HEX triplet: D6, D3 and 76. RGB value is (214,211,118). Sum of RGB (Red+Green+Blue) = 214+211+118=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D376 is #292C89. Grayscale: #C9C9C9. Windows color (decimal): -2698378 or 7787478. OLE color: 7787478.
HSL color Cylindrical-coordinate representation of color #D6D376: hue angle of 58.12º 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 #D6D376 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 118 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.16 |
| HSL | 58.13º | 0.54% | 0.65% | - |
| HSV(B) | 58.13º | 0.45% | 0.84% | - |
| XYZ | 54.3 | 62.19 | 26.28 | - |
| YUV | 201.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 118 | 0 | 0.01 | 0.45 | 0.16 | 58.13 | 0.54 | 0.65 |
| Hex | D6 | D3 | 76 | 0 | 1 | 2D | 10 | 3A | 36 | 41 |
| Octal | 326 | 323 | 166 | 0 | 1 | 55 | 20 | 72 | 66 | 101 |
| Binary | 11010110 | 11010011 | 1110110 | 0 | 1 | 101101 | 10000 | 111010 | 110110 | 1000001 |
Color Harmonies of #D6D376
Complementary color
Monochromatic Colors of #D6D376
Black with #D6D376
Text Example
Text Example
White with #D6D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D376; }
p { color: rgb(214,211,118); }
H1.HeaderClassName
{
color: #D6D376;
}
.AnyTagClassName
{
color: #D6D376;
}
</style>
background-color css
<style>
a { background-color: #D6D376; }
a { background-color: rgb(214,211,118); }
div.DivClassName
{
background-color: #D6D376;
}
.BgClassName
{
background-color: #D6D376;
}
</style>
border-color css
<style>
span { border-color: #D6D376; }
span { border-color: rgb(214,211,118); }
td.TdClassName
{
border-color: #D6D376;
}
.TagClassName
{
border-color: #D6D376;
}
</style>