Shades of Goldenrod #D7DF77
Tints of Goldenrod #D7DF77
RGB
CMYK
RGB Variations
Color information
#D7DF77 (or 0xD7DF77) is known color: Goldenrod. HEX triplet: D7, DF and 77. RGB value is (215,223,119). Sum of RGB (Red+Green+Blue) = 215+223+119=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DF77 is #282088. Grayscale: #D1D1D1. Windows color (decimal): -2629769 or 7856087. OLE color: 7856087.
HSL color Cylindrical-coordinate representation of color #D7DF77: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7DF77 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 119 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.13 |
| HSL | 64.62º | 0.62% | 0.67% | - |
| HSV(B) | 64.62º | 0.47% | 0.87% | - |
| XYZ | 57.74 | 68.55 | 27.64 | - |
| YUV | 208.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 119 | 0.04 | 0 | 0.47 | 0.13 | 64.62 | 0.62 | 0.67 |
| Hex | D7 | DF | 77 | 4 | 0 | 2F | D | 41 | 3E | 43 |
| Octal | 327 | 337 | 167 | 4 | 0 | 57 | 15 | 101 | 76 | 103 |
| Binary | 11010111 | 11011111 | 1110111 | 100 | 0 | 101111 | 1101 | 1000001 | 111110 | 1000011 |
Color Harmonies of #D7DF77
Complementary color
Monochromatic Colors of #D7DF77
Black with #D7DF77
Text Example
Text Example
White with #D7DF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF77; }
p { color: rgb(215,223,119); }
H1.HeaderClassName
{
color: #D7DF77;
}
.AnyTagClassName
{
color: #D7DF77;
}
</style>
background-color css
<style>
a { background-color: #D7DF77; }
a { background-color: rgb(215,223,119); }
div.DivClassName
{
background-color: #D7DF77;
}
.BgClassName
{
background-color: #D7DF77;
}
</style>
border-color css
<style>
span { border-color: #D7DF77; }
span { border-color: rgb(215,223,119); }
td.TdClassName
{
border-color: #D7DF77;
}
.TagClassName
{
border-color: #D7DF77;
}
</style>