Shades of Dark Goldenrod #C99109
Tints of Dark Goldenrod #C99109
RGB
CMYK
RGB Variations
Color information
#C99109 (or 0xC99109) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 09. RGB value is (201,145,9). Sum of RGB (Red+Green+Blue) = 201+145+9=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C99109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99109 is #366EF6. Grayscale: #929292. Windows color (decimal): -3567351 or 627145. OLE color: 627145.
HSL color Cylindrical-coordinate representation of color #C99109: hue angle of 42.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C99109 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.21 |
| HSL | 42.5º | 0.91% | 0.41% | - |
| HSV(B) | 42.5º | 0.96% | 0.79% | - |
| XYZ | 34.26 | 32.69 | 4.76 | - |
| YUV | 146.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 9 | 0 | 0.28 | 0.96 | 0.21 | 42.5 | 0.91 | 0.41 |
| Hex | C9 | 91 | 9 | 0 | 1C | 60 | 15 | 2A | 5B | 29 |
| Octal | 311 | 221 | 11 | 0 | 34 | 140 | 25 | 52 | 133 | 51 |
| Binary | 11001001 | 10010001 | 1001 | 0 | 11100 | 1100000 | 10101 | 101010 | 1011011 | 101001 |
Color Harmonies of #C99109
Complementary color
Monochromatic Colors of #C99109
Black with #C99109
Text Example
Text Example
White with #C99109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99109; }
p { color: rgb(201,145,9); }
H1.HeaderClassName
{
color: #C99109;
}
.AnyTagClassName
{
color: #C99109;
}
</style>
background-color css
<style>
a { background-color: #C99109; }
a { background-color: rgb(201,145,9); }
div.DivClassName
{
background-color: #C99109;
}
.BgClassName
{
background-color: #C99109;
}
</style>
border-color css
<style>
span { border-color: #C99109; }
span { border-color: rgb(201,145,9); }
td.TdClassName
{
border-color: #C99109;
}
.TagClassName
{
border-color: #C99109;
}
</style>