Shades of Goldenrod #D8D968
Tints of Goldenrod #D8D968
RGB
CMYK
RGB Variations
Color information
#D8D968 (or 0xD8D968) is known color: Goldenrod. HEX triplet: D8, D9 and 68. RGB value is (216,217,104). Sum of RGB (Red+Green+Blue) = 216+217+104=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D968 is #272697. Grayscale: #CCCCCC. Windows color (decimal): -2565784 or 6871512. OLE color: 6871512.
HSL color Cylindrical-coordinate representation of color #D8D968: hue angle of 60.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8D968 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 104 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.15 |
| HSL | 60.53º | 0.6% | 0.63% | - |
| HSV(B) | 60.53º | 0.52% | 0.85% | - |
| XYZ | 55.63 | 65.22 | 22.75 | - |
| YUV | 203.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 104 | 0.00 | 0 | 0.52 | 0.15 | 60.53 | 0.6 | 0.63 |
| Hex | D8 | D9 | 68 | 0 | 0 | 34 | F | 3D | 3C | 3F |
| Octal | 330 | 331 | 150 | 0 | 0 | 64 | 17 | 75 | 74 | 77 |
| Binary | 11011000 | 11011001 | 1101000 | 0 | 0 | 110100 | 1111 | 111101 | 111100 | 111111 |
Color Harmonies of #D8D968
Complementary color
Monochromatic Colors of #D8D968
Black with #D8D968
Text Example
Text Example
White with #D8D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D968; }
p { color: rgb(216,217,104); }
H1.HeaderClassName
{
color: #D8D968;
}
.AnyTagClassName
{
color: #D8D968;
}
</style>
background-color css
<style>
a { background-color: #D8D968; }
a { background-color: rgb(216,217,104); }
div.DivClassName
{
background-color: #D8D968;
}
.BgClassName
{
background-color: #D8D968;
}
</style>
border-color css
<style>
span { border-color: #D8D968; }
span { border-color: rgb(216,217,104); }
td.TdClassName
{
border-color: #D8D968;
}
.TagClassName
{
border-color: #D8D968;
}
</style>