Shades of Goldenrod #D9D67D
Tints of Goldenrod #D9D67D
RGB
CMYK
RGB Variations
Color information
#D9D67D (or 0xD9D67D) is known color: Goldenrod. HEX triplet: D9, D6 and 7D. RGB value is (217,214,125). Sum of RGB (Red+Green+Blue) = 217+214+125=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D67D is #262982. Grayscale: #CDCDCD. Windows color (decimal): -2500995 or 8247001. OLE color: 8247001.
HSL color Cylindrical-coordinate representation of color #D9D67D: hue angle of 58.04º degrees, saturation: 0.55, 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 #D9D67D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 125 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.15 |
| HSL | 58.04º | 0.55% | 0.67% | - |
| HSV(B) | 58.04º | 0.42% | 0.85% | - |
| XYZ | 56.36 | 64.33 | 28.85 | - |
| YUV | 204.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 125 | 0 | 0.01 | 0.42 | 0.15 | 58.04 | 0.55 | 0.67 |
| Hex | D9 | D6 | 7D | 0 | 1 | 2A | F | 3A | 37 | 43 |
| Octal | 331 | 326 | 175 | 0 | 1 | 52 | 17 | 72 | 67 | 103 |
| Binary | 11011001 | 11010110 | 1111101 | 0 | 1 | 101010 | 1111 | 111010 | 110111 | 1000011 |
Color Harmonies of #D9D67D
Complementary color
Monochromatic Colors of #D9D67D
Black with #D9D67D
Text Example
Text Example
White with #D9D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D67D; }
p { color: rgb(217,214,125); }
H1.HeaderClassName
{
color: #D9D67D;
}
.AnyTagClassName
{
color: #D9D67D;
}
</style>
background-color css
<style>
a { background-color: #D9D67D; }
a { background-color: rgb(217,214,125); }
div.DivClassName
{
background-color: #D9D67D;
}
.BgClassName
{
background-color: #D9D67D;
}
</style>
border-color css
<style>
span { border-color: #D9D67D; }
span { border-color: rgb(217,214,125); }
td.TdClassName
{
border-color: #D9D67D;
}
.TagClassName
{
border-color: #D9D67D;
}
</style>