Shades of Goldenrod #D9DC6C
Tints of Goldenrod #D9DC6C
RGB
CMYK
RGB Variations
Color information
#D9DC6C (or 0xD9DC6C) is known color: Goldenrod. HEX triplet: D9, DC and 6C. RGB value is (217,220,108). Sum of RGB (Red+Green+Blue) = 217+220+108=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC6C is #262393. Grayscale: #CECECE. Windows color (decimal): -2499476 or 7134425. OLE color: 7134425.
HSL color Cylindrical-coordinate representation of color #D9DC6C: hue angle of 61.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9DC6C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 108 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.14 |
| HSL | 61.61º | 0.62% | 0.64% | - |
| HSV(B) | 61.61º | 0.51% | 0.86% | - |
| XYZ | 56.92 | 67.02 | 24.12 | - |
| YUV | 206.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 108 | 0.01 | 0 | 0.51 | 0.14 | 61.61 | 0.62 | 0.64 |
| Hex | D9 | DC | 6C | 1 | 0 | 33 | E | 3E | 3E | 40 |
| Octal | 331 | 334 | 154 | 1 | 0 | 63 | 16 | 76 | 76 | 100 |
| Binary | 11011001 | 11011100 | 1101100 | 1 | 0 | 110011 | 1110 | 111110 | 111110 | 1000000 |
Color Harmonies of #D9DC6C
Complementary color
Monochromatic Colors of #D9DC6C
Black with #D9DC6C
Text Example
Text Example
White with #D9DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC6C; }
p { color: rgb(217,220,108); }
H1.HeaderClassName
{
color: #D9DC6C;
}
.AnyTagClassName
{
color: #D9DC6C;
}
</style>
background-color css
<style>
a { background-color: #D9DC6C; }
a { background-color: rgb(217,220,108); }
div.DivClassName
{
background-color: #D9DC6C;
}
.BgClassName
{
background-color: #D9DC6C;
}
</style>
border-color css
<style>
span { border-color: #D9DC6C; }
span { border-color: rgb(217,220,108); }
td.TdClassName
{
border-color: #D9DC6C;
}
.TagClassName
{
border-color: #D9DC6C;
}
</style>