Shades of Dark Goldenrod #C99607
Tints of Dark Goldenrod #C99607
RGB
CMYK
RGB Variations
Color information
#C99607 (or 0xC99607) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 07. RGB value is (201,150,7). Sum of RGB (Red+Green+Blue) = 201+150+7=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C99607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99607 is #3669F8. Grayscale: #959595. Windows color (decimal): -3566073 or 497353. OLE color: 497353.
HSL color Cylindrical-coordinate representation of color #C99607: hue angle of 44.23º 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 #C99607 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.21 |
| HSL | 44.23º | 0.93% | 0.41% | - |
| HSV(B) | 44.23º | 0.97% | 0.79% | - |
| XYZ | 35.03 | 34.25 | 4.96 | - |
| YUV | 148.95 | 47.9 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 7 | 0 | 0.25 | 0.97 | 0.21 | 44.23 | 0.93 | 0.41 |
| Hex | C9 | 96 | 7 | 0 | 19 | 61 | 15 | 2C | 5D | 29 |
| Octal | 311 | 226 | 7 | 0 | 31 | 141 | 25 | 54 | 135 | 51 |
| Binary | 11001001 | 10010110 | 111 | 0 | 11001 | 1100001 | 10101 | 101100 | 1011101 | 101001 |
Color Harmonies of #C99607
Complementary color
Monochromatic Colors of #C99607
Black with #C99607
Text Example
Text Example
White with #C99607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99607; }
p { color: rgb(201,150,7); }
H1.HeaderClassName
{
color: #C99607;
}
.AnyTagClassName
{
color: #C99607;
}
</style>
background-color css
<style>
a { background-color: #C99607; }
a { background-color: rgb(201,150,7); }
div.DivClassName
{
background-color: #C99607;
}
.BgClassName
{
background-color: #C99607;
}
</style>
border-color css
<style>
span { border-color: #C99607; }
span { border-color: rgb(201,150,7); }
td.TdClassName
{
border-color: #C99607;
}
.TagClassName
{
border-color: #C99607;
}
</style>