Shades of Goldenrod #C9D86D
Tints of Goldenrod #C9D86D
RGB
CMYK
RGB Variations
Color information
#C9D86D (or 0xC9D86D) is known color: Goldenrod. HEX triplet: C9, D8 and 6D. RGB value is (201,216,109). Sum of RGB (Red+Green+Blue) = 201+216+109=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D86D is #362792. Grayscale: #C7C7C7. Windows color (decimal): -3549075 or 7198921. OLE color: 7198921.
HSL color Cylindrical-coordinate representation of color #C9D86D: hue angle of 68.41º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9D86D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 109 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.15 |
| HSL | 68.41º | 0.58% | 0.64% | - |
| HSV(B) | 68.41º | 0.5% | 0.85% | - |
| XYZ | 51.4 | 62.63 | 23.85 | - |
| YUV | 199.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 109 | 0.07 | 0 | 0.50 | 0.15 | 68.41 | 0.58 | 0.64 |
| Hex | C9 | D8 | 6D | 7 | 0 | 32 | F | 44 | 3A | 40 |
| Octal | 311 | 330 | 155 | 7 | 0 | 62 | 17 | 104 | 72 | 100 |
| Binary | 11001001 | 11011000 | 1101101 | 111 | 0 | 110010 | 1111 | 1000100 | 111010 | 1000000 |
Color Harmonies of #C9D86D
Complementary color
Monochromatic Colors of #C9D86D
Black with #C9D86D
Text Example
Text Example
White with #C9D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D86D; }
p { color: rgb(201,216,109); }
H1.HeaderClassName
{
color: #C9D86D;
}
.AnyTagClassName
{
color: #C9D86D;
}
</style>
background-color css
<style>
a { background-color: #C9D86D; }
a { background-color: rgb(201,216,109); }
div.DivClassName
{
background-color: #C9D86D;
}
.BgClassName
{
background-color: #C9D86D;
}
</style>
border-color css
<style>
span { border-color: #C9D86D; }
span { border-color: rgb(201,216,109); }
td.TdClassName
{
border-color: #C9D86D;
}
.TagClassName
{
border-color: #C9D86D;
}
</style>