Shades of Goldenrod #D8D77B
Tints of Goldenrod #D8D77B
RGB
CMYK
RGB Variations
Color information
#D8D77B (or 0xD8D77B) is known color: Goldenrod. HEX triplet: D8, D7 and 7B. RGB value is (216,215,123). Sum of RGB (Red+Green+Blue) = 216+215+123=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D77B is #272884. Grayscale: #CDCDCD. Windows color (decimal): -2566277 or 8116184. OLE color: 8116184.
HSL color Cylindrical-coordinate representation of color #D8D77B: hue angle of 59.35º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8D77B is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 123 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.15 |
| HSL | 59.35º | 0.54% | 0.66% | - |
| HSV(B) | 59.35º | 0.43% | 0.85% | - |
| XYZ | 56.19 | 64.63 | 28.25 | - |
| YUV | 204.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 123 | 0 | 0.00 | 0.43 | 0.15 | 59.35 | 0.54 | 0.66 |
| Hex | D8 | D7 | 7B | 0 | 0 | 2B | F | 3B | 36 | 42 |
| Octal | 330 | 327 | 173 | 0 | 0 | 53 | 17 | 73 | 66 | 102 |
| Binary | 11011000 | 11010111 | 1111011 | 0 | 0 | 101011 | 1111 | 111011 | 110110 | 1000010 |
Color Harmonies of #D8D77B
Complementary color
Monochromatic Colors of #D8D77B
Black with #D8D77B
Text Example
Text Example
White with #D8D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D77B; }
p { color: rgb(216,215,123); }
H1.HeaderClassName
{
color: #D8D77B;
}
.AnyTagClassName
{
color: #D8D77B;
}
</style>
background-color css
<style>
a { background-color: #D8D77B; }
a { background-color: rgb(216,215,123); }
div.DivClassName
{
background-color: #D8D77B;
}
.BgClassName
{
background-color: #D8D77B;
}
</style>
border-color css
<style>
span { border-color: #D8D77B; }
span { border-color: rgb(216,215,123); }
td.TdClassName
{
border-color: #D8D77B;
}
.TagClassName
{
border-color: #D8D77B;
}
</style>