Shades of Dark Goldenrod #C99100
Tints of Dark Goldenrod #C99100
RGB
CMYK
RGB Variations
Color information
#C99100 (or 0xC99100) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 00. RGB value is (201,145,0). Sum of RGB (Red+Green+Blue) = 201+145+0=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C99100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99100 is #366EFF. Grayscale: #919191. Windows color (decimal): -3567360 or 37321. OLE color: 37321.
HSL color Cylindrical-coordinate representation of color #C99100: hue angle of 43.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99100 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.21 |
| HSL | 43.28º | 1% | 0.39% | - |
| HSV(B) | 43.28º | 1% | 0.79% | - |
| XYZ | 34.21 | 32.67 | 4.5 | - |
| YUV | 145.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 0 | 0 | 0.28 | 1 | 0.21 | 43.28 | 1 | 0.39 |
| Hex | C9 | 91 | 0 | 0 | 1C | 64 | 15 | 2B | 64 | 27 |
| Octal | 311 | 221 | 0 | 0 | 34 | 144 | 25 | 53 | 144 | 47 |
| Binary | 11001001 | 10010001 | 0 | 0 | 11100 | 1100100 | 10101 | 101011 | 1100100 | 100111 |
Color Harmonies of #C99100
Complementary color
Monochromatic Colors of #C99100
Black with #C99100
Text Example
Text Example
White with #C99100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99100; }
p { color: rgb(201,145,0); }
H1.HeaderClassName
{
color: #C99100;
}
.AnyTagClassName
{
color: #C99100;
}
</style>
background-color css
<style>
a { background-color: #C99100; }
a { background-color: rgb(201,145,0); }
div.DivClassName
{
background-color: #C99100;
}
.BgClassName
{
background-color: #C99100;
}
</style>
border-color css
<style>
span { border-color: #C99100; }
span { border-color: rgb(201,145,0); }
td.TdClassName
{
border-color: #C99100;
}
.TagClassName
{
border-color: #C99100;
}
</style>