Shades of Dark Goldenrod #C99207
Tints of Dark Goldenrod #C99207
RGB
CMYK
RGB Variations
Color information
#C99207 (or 0xC99207) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 07. RGB value is (201,146,7). Sum of RGB (Red+Green+Blue) = 201+146+7=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C99207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99207 is #366DF8. Grayscale: #939393. Windows color (decimal): -3567097 or 496329. OLE color: 496329.
HSL color Cylindrical-coordinate representation of color #C99207: hue angle of 42.99º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C99207 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.21 |
| HSL | 42.99º | 0.93% | 0.41% | - |
| HSV(B) | 42.99º | 0.97% | 0.79% | - |
| XYZ | 34.4 | 32.99 | 4.76 | - |
| YUV | 146.6 | 49.22 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 7 | 0 | 0.27 | 0.97 | 0.21 | 42.99 | 0.93 | 0.41 |
| Hex | C9 | 92 | 7 | 0 | 1B | 61 | 15 | 2B | 5D | 29 |
| Octal | 311 | 222 | 7 | 0 | 33 | 141 | 25 | 53 | 135 | 51 |
| Binary | 11001001 | 10010010 | 111 | 0 | 11011 | 1100001 | 10101 | 101011 | 1011101 | 101001 |
Color Harmonies of #C99207
Complementary color
Monochromatic Colors of #C99207
Black with #C99207
Text Example
Text Example
White with #C99207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99207; }
p { color: rgb(201,146,7); }
H1.HeaderClassName
{
color: #C99207;
}
.AnyTagClassName
{
color: #C99207;
}
</style>
background-color css
<style>
a { background-color: #C99207; }
a { background-color: rgb(201,146,7); }
div.DivClassName
{
background-color: #C99207;
}
.BgClassName
{
background-color: #C99207;
}
</style>
border-color css
<style>
span { border-color: #C99207; }
span { border-color: rgb(201,146,7); }
td.TdClassName
{
border-color: #C99207;
}
.TagClassName
{
border-color: #C99207;
}
</style>