Shades of Dark Goldenrod #C9910F
Tints of Dark Goldenrod #C9910F
RGB
CMYK
RGB Variations
Color information
#C9910F (or 0xC9910F) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 0F. RGB value is (201,145,15). Sum of RGB (Red+Green+Blue) = 201+145+15=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9910F is #366EF0. Grayscale: #939393. Windows color (decimal): -3567345 or 1020361. OLE color: 1020361.
HSL color Cylindrical-coordinate representation of color #C9910F: hue angle of 41.94º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9910F is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 15 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.21 |
| HSL | 41.94º | 0.86% | 0.42% | - |
| HSV(B) | 41.94º | 0.93% | 0.79% | - |
| XYZ | 34.3 | 32.7 | 4.96 | - |
| YUV | 146.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 15 | 0 | 0.28 | 0.93 | 0.21 | 41.94 | 0.86 | 0.42 |
| Hex | C9 | 91 | F | 0 | 1C | 5D | 15 | 2A | 56 | 2A |
| Octal | 311 | 221 | 17 | 0 | 34 | 135 | 25 | 52 | 126 | 52 |
| Binary | 11001001 | 10010001 | 1111 | 0 | 11100 | 1011101 | 10101 | 101010 | 1010110 | 101010 |
Color Harmonies of #C9910F
Complementary color
Monochromatic Colors of #C9910F
Black with #C9910F
Text Example
Text Example
White with #C9910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9910F; }
p { color: rgb(201,145,15); }
H1.HeaderClassName
{
color: #C9910F;
}
.AnyTagClassName
{
color: #C9910F;
}
</style>
background-color css
<style>
a { background-color: #C9910F; }
a { background-color: rgb(201,145,15); }
div.DivClassName
{
background-color: #C9910F;
}
.BgClassName
{
background-color: #C9910F;
}
</style>
border-color css
<style>
span { border-color: #C9910F; }
span { border-color: rgb(201,145,15); }
td.TdClassName
{
border-color: #C9910F;
}
.TagClassName
{
border-color: #C9910F;
}
</style>