Shades of Goldenrod #C9D96E
Tints of Goldenrod #C9D96E
RGB
CMYK
RGB Variations
Color information
#C9D96E (or 0xC9D96E) is known color: Goldenrod. HEX triplet: C9, D9 and 6E. RGB value is (201,217,110). Sum of RGB (Red+Green+Blue) = 201+217+110=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D96E is #362691. Grayscale: #C8C8C8. Windows color (decimal): -3548818 or 7264713. OLE color: 7264713.
HSL color Cylindrical-coordinate representation of color #C9D96E: hue angle of 68.97º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9D96E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 110 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.15 |
| HSL | 68.97º | 0.58% | 0.64% | - |
| HSV(B) | 68.97º | 0.49% | 0.85% | - |
| XYZ | 51.71 | 63.17 | 24.22 | - |
| YUV | 200.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 110 | 0.07 | 0 | 0.49 | 0.15 | 68.97 | 0.58 | 0.64 |
| Hex | C9 | D9 | 6E | 7 | 0 | 31 | F | 45 | 3A | 40 |
| Octal | 311 | 331 | 156 | 7 | 0 | 61 | 17 | 105 | 72 | 100 |
| Binary | 11001001 | 11011001 | 1101110 | 111 | 0 | 110001 | 1111 | 1000101 | 111010 | 1000000 |
Color Harmonies of #C9D96E
Complementary color
Monochromatic Colors of #C9D96E
Black with #C9D96E
Text Example
Text Example
White with #C9D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D96E; }
p { color: rgb(201,217,110); }
H1.HeaderClassName
{
color: #C9D96E;
}
.AnyTagClassName
{
color: #C9D96E;
}
</style>
background-color css
<style>
a { background-color: #C9D96E; }
a { background-color: rgb(201,217,110); }
div.DivClassName
{
background-color: #C9D96E;
}
.BgClassName
{
background-color: #C9D96E;
}
</style>
border-color css
<style>
span { border-color: #C9D96E; }
span { border-color: rgb(201,217,110); }
td.TdClassName
{
border-color: #C9D96E;
}
.TagClassName
{
border-color: #C9D96E;
}
</style>