Shades of Goldenrod #D9DE6D
Tints of Goldenrod #D9DE6D
RGB
CMYK
RGB Variations
Color information
#D9DE6D (or 0xD9DE6D) is known color: Goldenrod. HEX triplet: D9, DE and 6D. RGB value is (217,222,109). Sum of RGB (Red+Green+Blue) = 217+222+109=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DE6D is #262192. Grayscale: #D0D0D0. Windows color (decimal): -2498963 or 7200473. OLE color: 7200473.
HSL color Cylindrical-coordinate representation of color #D9DE6D: hue angle of 62.65º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9DE6D is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 109 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.13 |
| HSL | 62.65º | 0.63% | 0.65% | - |
| HSV(B) | 62.65º | 0.51% | 0.87% | - |
| XYZ | 57.5 | 68.1 | 24.58 | - |
| YUV | 207.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 109 | 0.02 | 0 | 0.51 | 0.13 | 62.65 | 0.63 | 0.65 |
| Hex | D9 | DE | 6D | 2 | 0 | 33 | D | 3F | 3F | 41 |
| Octal | 331 | 336 | 155 | 2 | 0 | 63 | 15 | 77 | 77 | 101 |
| Binary | 11011001 | 11011110 | 1101101 | 10 | 0 | 110011 | 1101 | 111111 | 111111 | 1000001 |
Color Harmonies of #D9DE6D
Complementary color
Monochromatic Colors of #D9DE6D
Black with #D9DE6D
Text Example
Text Example
White with #D9DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DE6D; }
p { color: rgb(217,222,109); }
H1.HeaderClassName
{
color: #D9DE6D;
}
.AnyTagClassName
{
color: #D9DE6D;
}
</style>
background-color css
<style>
a { background-color: #D9DE6D; }
a { background-color: rgb(217,222,109); }
div.DivClassName
{
background-color: #D9DE6D;
}
.BgClassName
{
background-color: #D9DE6D;
}
</style>
border-color css
<style>
span { border-color: #D9DE6D; }
span { border-color: rgb(217,222,109); }
td.TdClassName
{
border-color: #D9DE6D;
}
.TagClassName
{
border-color: #D9DE6D;
}
</style>