Shades of Dark Goldenrod #C99507
Tints of Dark Goldenrod #C99507
RGB
CMYK
RGB Variations
Color information
#C99507 (or 0xC99507) is known color: Dark Goldenrod. HEX triplet: C9, 95 and 07. RGB value is (201,149,7). Sum of RGB (Red+Green+Blue) = 201+149+7=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C99507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99507 is #366AF8. Grayscale: #949494. Windows color (decimal): -3566329 or 497097. OLE color: 497097.
HSL color Cylindrical-coordinate representation of color #C99507: hue angle of 43.92º 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 #C99507 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.21 |
| HSL | 43.92º | 0.93% | 0.41% | - |
| HSV(B) | 43.92º | 0.97% | 0.79% | - |
| XYZ | 34.87 | 33.93 | 4.91 | - |
| YUV | 148.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 7 | 0 | 0.26 | 0.97 | 0.21 | 43.92 | 0.93 | 0.41 |
| Hex | C9 | 95 | 7 | 0 | 1A | 61 | 15 | 2C | 5D | 29 |
| Octal | 311 | 225 | 7 | 0 | 32 | 141 | 25 | 54 | 135 | 51 |
| Binary | 11001001 | 10010101 | 111 | 0 | 11010 | 1100001 | 10101 | 101100 | 1011101 | 101001 |
Color Harmonies of #C99507
Complementary color
Monochromatic Colors of #C99507
Black with #C99507
Text Example
Text Example
White with #C99507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99507; }
p { color: rgb(201,149,7); }
H1.HeaderClassName
{
color: #C99507;
}
.AnyTagClassName
{
color: #C99507;
}
</style>
background-color css
<style>
a { background-color: #C99507; }
a { background-color: rgb(201,149,7); }
div.DivClassName
{
background-color: #C99507;
}
.BgClassName
{
background-color: #C99507;
}
</style>
border-color css
<style>
span { border-color: #C99507; }
span { border-color: rgb(201,149,7); }
td.TdClassName
{
border-color: #C99507;
}
.TagClassName
{
border-color: #C99507;
}
</style>