Shades of Goldenrod #C9DA6D
Tints of Goldenrod #C9DA6D
RGB
CMYK
RGB Variations
Color information
#C9DA6D (or 0xC9DA6D) is known color: Goldenrod. HEX triplet: C9, DA and 6D. RGB value is (201,218,109). Sum of RGB (Red+Green+Blue) = 201+218+109=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DA6D is #362592. Grayscale: #C8C8C8. Windows color (decimal): -3548563 or 7199433. OLE color: 7199433.
HSL color Cylindrical-coordinate representation of color #C9DA6D: hue angle of 69.36º degrees, saturation: 0.6, 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 #C9DA6D is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 109 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.15 |
| HSL | 69.36º | 0.6% | 0.64% | - |
| HSV(B) | 69.36º | 0.5% | 0.85% | - |
| XYZ | 51.92 | 63.66 | 24.02 | - |
| YUV | 200.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 109 | 0.08 | 0 | 0.5 | 0.15 | 69.36 | 0.6 | 0.64 |
| Hex | C9 | DA | 6D | 8 | 0 | 32 | F | 45 | 3C | 40 |
| Octal | 311 | 332 | 155 | 10 | 0 | 62 | 17 | 105 | 74 | 100 |
| Binary | 11001001 | 11011010 | 1101101 | 1000 | 0 | 110010 | 1111 | 1000101 | 111100 | 1000000 |
Color Harmonies of #C9DA6D
Complementary color
Monochromatic Colors of #C9DA6D
Black with #C9DA6D
Text Example
Text Example
White with #C9DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA6D; }
p { color: rgb(201,218,109); }
H1.HeaderClassName
{
color: #C9DA6D;
}
.AnyTagClassName
{
color: #C9DA6D;
}
</style>
background-color css
<style>
a { background-color: #C9DA6D; }
a { background-color: rgb(201,218,109); }
div.DivClassName
{
background-color: #C9DA6D;
}
.BgClassName
{
background-color: #C9DA6D;
}
</style>
border-color css
<style>
span { border-color: #C9DA6D; }
span { border-color: rgb(201,218,109); }
td.TdClassName
{
border-color: #C9DA6D;
}
.TagClassName
{
border-color: #C9DA6D;
}
</style>