Shades of Dark Goldenrod #C09607
Tints of Dark Goldenrod #C09607
RGB
CMYK
RGB Variations
Color information
#C09607 (or 0xC09607) is known color: Dark Goldenrod. HEX triplet: C0, 96 and 07. RGB value is (192,150,7). Sum of RGB (Red+Green+Blue) = 192+150+7=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C09607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09607 is #3F69F8. Grayscale: #929292. Windows color (decimal): -4155897 or 497344. OLE color: 497344.
HSL color Cylindrical-coordinate representation of color #C09607: hue angle of 46.38º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C09607 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 7 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.25 |
| HSL | 46.38º | 0.93% | 0.39% | - |
| HSV(B) | 46.38º | 0.96% | 0.75% | - |
| XYZ | 32.68 | 33.03 | 4.85 | - |
| YUV | 146.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 7 | 0 | 0.22 | 0.96 | 0.25 | 46.38 | 0.93 | 0.39 |
| Hex | C0 | 96 | 7 | 0 | 16 | 60 | 19 | 2E | 5D | 27 |
| Octal | 300 | 226 | 7 | 0 | 26 | 140 | 31 | 56 | 135 | 47 |
| Binary | 11000000 | 10010110 | 111 | 0 | 10110 | 1100000 | 11001 | 101110 | 1011101 | 100111 |
Color Harmonies of #C09607
Complementary color
Monochromatic Colors of #C09607
Black with #C09607
Text Example
Text Example
White with #C09607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09607; }
p { color: rgb(192,150,7); }
H1.HeaderClassName
{
color: #C09607;
}
.AnyTagClassName
{
color: #C09607;
}
</style>
background-color css
<style>
a { background-color: #C09607; }
a { background-color: rgb(192,150,7); }
div.DivClassName
{
background-color: #C09607;
}
.BgClassName
{
background-color: #C09607;
}
</style>
border-color css
<style>
span { border-color: #C09607; }
span { border-color: rgb(192,150,7); }
td.TdClassName
{
border-color: #C09607;
}
.TagClassName
{
border-color: #C09607;
}
</style>