Shades of Goldenrod #D8D36F
Tints of Goldenrod #D8D36F
RGB
CMYK
RGB Variations
Color information
#D8D36F (or 0xD8D36F) is known color: Goldenrod. HEX triplet: D8, D3 and 6F. RGB value is (216,211,111). Sum of RGB (Red+Green+Blue) = 216+211+111=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D36F is #272C90. Grayscale: #C9C9C9. Windows color (decimal): -2567313 or 7328728. OLE color: 7328728.
HSL color Cylindrical-coordinate representation of color #D8D36F: hue angle of 57.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8D36F is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 111 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.15 |
| HSL | 57.14º | 0.57% | 0.64% | - |
| HSV(B) | 57.14º | 0.49% | 0.85% | - |
| XYZ | 54.48 | 62.34 | 24.2 | - |
| YUV | 201.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 111 | 0 | 0.02 | 0.49 | 0.15 | 57.14 | 0.57 | 0.64 |
| Hex | D8 | D3 | 6F | 0 | 2 | 31 | F | 39 | 39 | 40 |
| Octal | 330 | 323 | 157 | 0 | 2 | 61 | 17 | 71 | 71 | 100 |
| Binary | 11011000 | 11010011 | 1101111 | 0 | 10 | 110001 | 1111 | 111001 | 111001 | 1000000 |
Color Harmonies of #D8D36F
Complementary color
Monochromatic Colors of #D8D36F
Black with #D8D36F
Text Example
Text Example
White with #D8D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D36F; }
p { color: rgb(216,211,111); }
H1.HeaderClassName
{
color: #D8D36F;
}
.AnyTagClassName
{
color: #D8D36F;
}
</style>
background-color css
<style>
a { background-color: #D8D36F; }
a { background-color: rgb(216,211,111); }
div.DivClassName
{
background-color: #D8D36F;
}
.BgClassName
{
background-color: #D8D36F;
}
</style>
border-color css
<style>
span { border-color: #D8D36F; }
span { border-color: rgb(216,211,111); }
td.TdClassName
{
border-color: #D8D36F;
}
.TagClassName
{
border-color: #D8D36F;
}
</style>