Shades of Goldenrod #C9DB6D
Tints of Goldenrod #C9DB6D
RGB
CMYK
RGB Variations
Color information
#C9DB6D (or 0xC9DB6D) is known color: Goldenrod. HEX triplet: C9, DB and 6D. RGB value is (201,219,109). Sum of RGB (Red+Green+Blue) = 201+219+109=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB6D is #362492. Grayscale: #C9C9C9. Windows color (decimal): -3548307 or 7199689. OLE color: 7199689.
HSL color Cylindrical-coordinate representation of color #C9DB6D: hue angle of 69.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9DB6D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 219 | 109 | - |
CMYK | 0.08 | 0 | 0.50 | 0.14 |
HSL | 69.82º | 0.6% | 0.64% | - |
HSV(B) | 69.82º | 0.5% | 0.86% | - |
XYZ | 52.18 | 64.18 | 24.11 | - |
YUV | 201.08 | 76.04 | 127.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 219 | 109 | 0.08 | 0 | 0.50 | 0.14 | 69.82 | 0.6 | 0.64 |
Hex | C9 | DB | 6D | 8 | 0 | 32 | E | 46 | 3C | 40 |
Octal | 311 | 333 | 155 | 10 | 0 | 62 | 16 | 106 | 74 | 100 |
Binary | 11001001 | 11011011 | 1101101 | 1000 | 0 | 110010 | 1110 | 1000110 | 111100 | 1000000 |
Color Harmonies of #C9DB6D
Complementary color
Monochromatic Colors of #C9DB6D
Black with #C9DB6D
Text Example
Text Example
White with #C9DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB6D; }
p { color: rgb(201,219,109); }
H1.HeaderClassName
{
color: #C9DB6D;
}
.AnyTagClassName
{
color: #C9DB6D;
}
</style>
background-color css
<style>
a { background-color: #C9DB6D; }
a { background-color: rgb(201,219,109); }
div.DivClassName
{
background-color: #C9DB6D;
}
.BgClassName
{
background-color: #C9DB6D;
}
</style>
border-color css
<style>
span { border-color: #C9DB6D; }
span { border-color: rgb(201,219,109); }
td.TdClassName
{
border-color: #C9DB6D;
}
.TagClassName
{
border-color: #C9DB6D;
}
</style>