Shades of Goldenrod #D1D677
Tints of Goldenrod #D1D677
RGB
CMYK
RGB Variations
Color information
#D1D677 (or 0xD1D677) is known color: Goldenrod. HEX triplet: D1, D6 and 77. RGB value is (209,214,119). Sum of RGB (Red+Green+Blue) = 209+214+119=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D677 is #2E2988. Grayscale: #CACACA. Windows color (decimal): -3025289 or 7853777. OLE color: 7853777.
HSL color Cylindrical-coordinate representation of color #D1D677: hue angle of 63.16º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1D677 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 119 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.16 |
| HSL | 63.16º | 0.54% | 0.65% | - |
| HSV(B) | 63.16º | 0.44% | 0.84% | - |
| XYZ | 53.67 | 62.98 | 26.78 | - |
| YUV | 201.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 119 | 0.02 | 0 | 0.44 | 0.16 | 63.16 | 0.54 | 0.65 |
| Hex | D1 | D6 | 77 | 2 | 0 | 2C | 10 | 3F | 36 | 41 |
| Octal | 321 | 326 | 167 | 2 | 0 | 54 | 20 | 77 | 66 | 101 |
| Binary | 11010001 | 11010110 | 1110111 | 10 | 0 | 101100 | 10000 | 111111 | 110110 | 1000001 |
Color Harmonies of #D1D677
Complementary color
Monochromatic Colors of #D1D677
Black with #D1D677
Text Example
Text Example
White with #D1D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D677; }
p { color: rgb(209,214,119); }
H1.HeaderClassName
{
color: #D1D677;
}
.AnyTagClassName
{
color: #D1D677;
}
</style>
background-color css
<style>
a { background-color: #D1D677; }
a { background-color: rgb(209,214,119); }
div.DivClassName
{
background-color: #D1D677;
}
.BgClassName
{
background-color: #D1D677;
}
</style>
border-color css
<style>
span { border-color: #D1D677; }
span { border-color: rgb(209,214,119); }
td.TdClassName
{
border-color: #D1D677;
}
.TagClassName
{
border-color: #D1D677;
}
</style>