Shades of Goldenrod #D8D46B
Tints of Goldenrod #D8D46B
RGB
CMYK
RGB Variations
Color information
#D8D46B (or 0xD8D46B) is known color: Goldenrod. HEX triplet: D8, D4 and 6B. RGB value is (216,212,107). Sum of RGB (Red+Green+Blue) = 216+212+107=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D46B is #272B94. Grayscale: #C9C9C9. Windows color (decimal): -2567061 or 7066840. OLE color: 7066840.
HSL color Cylindrical-coordinate representation of color #D8D46B: hue angle of 57.8º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8D46B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 107 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.15 |
| HSL | 57.8º | 0.58% | 0.63% | - |
| HSV(B) | 57.8º | 0.5% | 0.85% | - |
| XYZ | 54.52 | 62.75 | 23.15 | - |
| YUV | 201.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 107 | 0 | 0.02 | 0.50 | 0.15 | 57.8 | 0.58 | 0.63 |
| Hex | D8 | D4 | 6B | 0 | 2 | 32 | F | 3A | 3A | 3F |
| Octal | 330 | 324 | 153 | 0 | 2 | 62 | 17 | 72 | 72 | 77 |
| Binary | 11011000 | 11010100 | 1101011 | 0 | 10 | 110010 | 1111 | 111010 | 111010 | 111111 |
Color Harmonies of #D8D46B
Complementary color
Monochromatic Colors of #D8D46B
Black with #D8D46B
Text Example
Text Example
White with #D8D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D46B; }
p { color: rgb(216,212,107); }
H1.HeaderClassName
{
color: #D8D46B;
}
.AnyTagClassName
{
color: #D8D46B;
}
</style>
background-color css
<style>
a { background-color: #D8D46B; }
a { background-color: rgb(216,212,107); }
div.DivClassName
{
background-color: #D8D46B;
}
.BgClassName
{
background-color: #D8D46B;
}
</style>
border-color css
<style>
span { border-color: #D8D46B; }
span { border-color: rgb(216,212,107); }
td.TdClassName
{
border-color: #D8D46B;
}
.TagClassName
{
border-color: #D8D46B;
}
</style>