Shades of Goldenrod #C9DB6B
Tints of Goldenrod #C9DB6B
RGB
CMYK
RGB Variations
Color information
#C9DB6B (or 0xC9DB6B) is known color: Goldenrod. HEX triplet: C9, DB and 6B. RGB value is (201,219,107). Sum of RGB (Red+Green+Blue) = 201+219+107=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB6B is #362494. Grayscale: #C9C9C9. Windows color (decimal): -3548309 or 7068617. OLE color: 7068617.
HSL color Cylindrical-coordinate representation of color #C9DB6B: hue angle of 69.64º 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 #C9DB6B is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 107 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.14 |
| HSL | 69.64º | 0.61% | 0.64% | - |
| HSV(B) | 69.64º | 0.51% | 0.86% | - |
| XYZ | 52.07 | 64.14 | 23.55 | - |
| YUV | 200.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 107 | 0.08 | 0 | 0.51 | 0.14 | 69.64 | 0.61 | 0.64 |
| Hex | C9 | DB | 6B | 8 | 0 | 33 | E | 46 | 3D | 40 |
| Octal | 311 | 333 | 153 | 10 | 0 | 63 | 16 | 106 | 75 | 100 |
| Binary | 11001001 | 11011011 | 1101011 | 1000 | 0 | 110011 | 1110 | 1000110 | 111101 | 1000000 |
Color Harmonies of #C9DB6B
Complementary color
Monochromatic Colors of #C9DB6B
Black with #C9DB6B
Text Example
Text Example
White with #C9DB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB6B; }
p { color: rgb(201,219,107); }
H1.HeaderClassName
{
color: #C9DB6B;
}
.AnyTagClassName
{
color: #C9DB6B;
}
</style>
background-color css
<style>
a { background-color: #C9DB6B; }
a { background-color: rgb(201,219,107); }
div.DivClassName
{
background-color: #C9DB6B;
}
.BgClassName
{
background-color: #C9DB6B;
}
</style>
border-color css
<style>
span { border-color: #C9DB6B; }
span { border-color: rgb(201,219,107); }
td.TdClassName
{
border-color: #C9DB6B;
}
.TagClassName
{
border-color: #C9DB6B;
}
</style>