Shades of Goldenrod #D8D47B
Tints of Goldenrod #D8D47B
RGB
CMYK
RGB Variations
Color information
#D8D47B (or 0xD8D47B) is known color: Goldenrod. HEX triplet: D8, D4 and 7B. RGB value is (216,212,123). Sum of RGB (Red+Green+Blue) = 216+212+123=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D47B is #272B84. Grayscale: #CBCBCB. Windows color (decimal): -2567045 or 8115416. OLE color: 8115416.
HSL color Cylindrical-coordinate representation of color #D8D47B: hue angle of 57.42º 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 #D8D47B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 123 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.15 |
| HSL | 57.42º | 0.54% | 0.66% | - |
| HSV(B) | 57.42º | 0.43% | 0.85% | - |
| XYZ | 55.44 | 63.12 | 28 | - |
| YUV | 203.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 123 | 0 | 0.02 | 0.43 | 0.15 | 57.42 | 0.54 | 0.66 |
| Hex | D8 | D4 | 7B | 0 | 2 | 2B | F | 39 | 36 | 42 |
| Octal | 330 | 324 | 173 | 0 | 2 | 53 | 17 | 71 | 66 | 102 |
| Binary | 11011000 | 11010100 | 1111011 | 0 | 10 | 101011 | 1111 | 111001 | 110110 | 1000010 |
Color Harmonies of #D8D47B
Complementary color
Monochromatic Colors of #D8D47B
Black with #D8D47B
Text Example
Text Example
White with #D8D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D47B; }
p { color: rgb(216,212,123); }
H1.HeaderClassName
{
color: #D8D47B;
}
.AnyTagClassName
{
color: #D8D47B;
}
</style>
background-color css
<style>
a { background-color: #D8D47B; }
a { background-color: rgb(216,212,123); }
div.DivClassName
{
background-color: #D8D47B;
}
.BgClassName
{
background-color: #D8D47B;
}
</style>
border-color css
<style>
span { border-color: #D8D47B; }
span { border-color: rgb(216,212,123); }
td.TdClassName
{
border-color: #D8D47B;
}
.TagClassName
{
border-color: #D8D47B;
}
</style>