Shades of Dark Goldenrod #C99110
Tints of Dark Goldenrod #C99110
RGB
CMYK
RGB Variations
Color information
#C99110 (or 0xC99110) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 10. RGB value is (201,145,16). Sum of RGB (Red+Green+Blue) = 201+145+16=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C99110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99110 is #366EEF. Grayscale: #939393. Windows color (decimal): -3567344 or 1085897. OLE color: 1085897.
HSL color Cylindrical-coordinate representation of color #C99110: hue angle of 41.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C99110 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.21 |
| HSL | 41.84º | 0.85% | 0.43% | - |
| HSV(B) | 41.84º | 0.92% | 0.79% | - |
| XYZ | 34.31 | 32.71 | 4.99 | - |
| YUV | 147.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 16 | 0 | 0.28 | 0.92 | 0.21 | 41.84 | 0.85 | 0.43 |
| Hex | C9 | 91 | 10 | 0 | 1C | 5C | 15 | 2A | 55 | 2B |
| Octal | 311 | 221 | 20 | 0 | 34 | 134 | 25 | 52 | 125 | 53 |
| Binary | 11001001 | 10010001 | 10000 | 0 | 11100 | 1011100 | 10101 | 101010 | 1010101 | 101011 |
Color Harmonies of #C99110
Complementary color
Monochromatic Colors of #C99110
Black with #C99110
Text Example
Text Example
White with #C99110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99110; }
p { color: rgb(201,145,16); }
H1.HeaderClassName
{
color: #C99110;
}
.AnyTagClassName
{
color: #C99110;
}
</style>
background-color css
<style>
a { background-color: #C99110; }
a { background-color: rgb(201,145,16); }
div.DivClassName
{
background-color: #C99110;
}
.BgClassName
{
background-color: #C99110;
}
</style>
border-color css
<style>
span { border-color: #C99110; }
span { border-color: rgb(201,145,16); }
td.TdClassName
{
border-color: #C99110;
}
.TagClassName
{
border-color: #C99110;
}
</style>