Shades of Goldenrod #C9DB6C
Tints of Goldenrod #C9DB6C
RGB
CMYK
RGB Variations
Color information
#C9DB6C (or 0xC9DB6C) is known color: Goldenrod. HEX triplet: C9, DB and 6C. RGB value is (201,219,108). Sum of RGB (Red+Green+Blue) = 201+219+108=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB6C is #362493. Grayscale: #C9C9C9. Windows color (decimal): -3548308 or 7134153. OLE color: 7134153.
HSL color Cylindrical-coordinate representation of color #C9DB6C: hue angle of 69.73º degrees, saturation: 0.61, 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 #C9DB6C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 108 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.14 |
| HSL | 69.73º | 0.61% | 0.64% | - |
| HSV(B) | 69.73º | 0.51% | 0.86% | - |
| XYZ | 52.13 | 64.16 | 23.82 | - |
| YUV | 200.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 108 | 0.08 | 0 | 0.51 | 0.14 | 69.73 | 0.61 | 0.64 |
| Hex | C9 | DB | 6C | 8 | 0 | 33 | E | 46 | 3D | 40 |
| Octal | 311 | 333 | 154 | 10 | 0 | 63 | 16 | 106 | 75 | 100 |
| Binary | 11001001 | 11011011 | 1101100 | 1000 | 0 | 110011 | 1110 | 1000110 | 111101 | 1000000 |
Color Harmonies of #C9DB6C
Complementary color
Monochromatic Colors of #C9DB6C
Black with #C9DB6C
Text Example
Text Example
White with #C9DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB6C; }
p { color: rgb(201,219,108); }
H1.HeaderClassName
{
color: #C9DB6C;
}
.AnyTagClassName
{
color: #C9DB6C;
}
</style>
background-color css
<style>
a { background-color: #C9DB6C; }
a { background-color: rgb(201,219,108); }
div.DivClassName
{
background-color: #C9DB6C;
}
.BgClassName
{
background-color: #C9DB6C;
}
</style>
border-color css
<style>
span { border-color: #C9DB6C; }
span { border-color: rgb(201,219,108); }
td.TdClassName
{
border-color: #C9DB6C;
}
.TagClassName
{
border-color: #C9DB6C;
}
</style>