Shades of Goldenrod #D8D67D
Tints of Goldenrod #D8D67D
RGB
CMYK
RGB Variations
Color information
#D8D67D (or 0xD8D67D) is known color: Goldenrod. HEX triplet: D8, D6 and 7D. RGB value is (216,214,125). Sum of RGB (Red+Green+Blue) = 216+214+125=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D67D is #272982. Grayscale: #CCCCCC. Windows color (decimal): -2566531 or 8247000. OLE color: 8247000.
HSL color Cylindrical-coordinate representation of color #D8D67D: hue angle of 58.68º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8D67D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 125 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.15 |
| HSL | 58.68º | 0.54% | 0.67% | - |
| HSV(B) | 58.68º | 0.42% | 0.85% | - |
| XYZ | 56.07 | 64.17 | 28.83 | - |
| YUV | 204.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 125 | 0 | 0.01 | 0.42 | 0.15 | 58.68 | 0.54 | 0.67 |
| Hex | D8 | D6 | 7D | 0 | 1 | 2A | F | 3B | 36 | 43 |
| Octal | 330 | 326 | 175 | 0 | 1 | 52 | 17 | 73 | 66 | 103 |
| Binary | 11011000 | 11010110 | 1111101 | 0 | 1 | 101010 | 1111 | 111011 | 110110 | 1000011 |
Color Harmonies of #D8D67D
Complementary color
Monochromatic Colors of #D8D67D
Black with #D8D67D
Text Example
Text Example
White with #D8D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D67D; }
p { color: rgb(216,214,125); }
H1.HeaderClassName
{
color: #D8D67D;
}
.AnyTagClassName
{
color: #D8D67D;
}
</style>
background-color css
<style>
a { background-color: #D8D67D; }
a { background-color: rgb(216,214,125); }
div.DivClassName
{
background-color: #D8D67D;
}
.BgClassName
{
background-color: #D8D67D;
}
</style>
border-color css
<style>
span { border-color: #D8D67D; }
span { border-color: rgb(216,214,125); }
td.TdClassName
{
border-color: #D8D67D;
}
.TagClassName
{
border-color: #D8D67D;
}
</style>