Shades of Dark Goldenrod #C99010
Tints of Dark Goldenrod #C99010
RGB
CMYK
RGB Variations
Color information
#C99010 (or 0xC99010) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 10. RGB value is (201,144,16). Sum of RGB (Red+Green+Blue) = 201+144+16=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C99010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99010 is #366FEF. Grayscale: #939393. Windows color (decimal): -3567600 or 1085641. OLE color: 1085641.
HSL color Cylindrical-coordinate representation of color #C99010: hue angle of 41.51º 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 #C99010 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.21 |
| HSL | 41.51º | 0.85% | 0.43% | - |
| HSV(B) | 41.51º | 0.92% | 0.79% | - |
| XYZ | 34.15 | 32.4 | 4.94 | - |
| YUV | 146.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 16 | 0 | 0.28 | 0.92 | 0.21 | 41.51 | 0.85 | 0.43 |
| Hex | C9 | 90 | 10 | 0 | 1C | 5C | 15 | 2A | 55 | 2B |
| Octal | 311 | 220 | 20 | 0 | 34 | 134 | 25 | 52 | 125 | 53 |
| Binary | 11001001 | 10010000 | 10000 | 0 | 11100 | 1011100 | 10101 | 101010 | 1010101 | 101011 |
Color Harmonies of #C99010
Complementary color
Monochromatic Colors of #C99010
Black with #C99010
Text Example
Text Example
White with #C99010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99010; }
p { color: rgb(201,144,16); }
H1.HeaderClassName
{
color: #C99010;
}
.AnyTagClassName
{
color: #C99010;
}
</style>
background-color css
<style>
a { background-color: #C99010; }
a { background-color: rgb(201,144,16); }
div.DivClassName
{
background-color: #C99010;
}
.BgClassName
{
background-color: #C99010;
}
</style>
border-color css
<style>
span { border-color: #C99010; }
span { border-color: rgb(201,144,16); }
td.TdClassName
{
border-color: #C99010;
}
.TagClassName
{
border-color: #C99010;
}
</style>