Shades of Dark Goldenrod #C39607
Tints of Dark Goldenrod #C39607
RGB
CMYK
RGB Variations
Color information
#C39607 (or 0xC39607) is known color: Dark Goldenrod. HEX triplet: C3, 96 and 07. RGB value is (195,150,7). Sum of RGB (Red+Green+Blue) = 195+150+7=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C39607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39607 is #3C69F8. Grayscale: #939393. Windows color (decimal): -3959289 or 497347. OLE color: 497347.
HSL color Cylindrical-coordinate representation of color #C39607: hue angle of 45.64º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C39607 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 7 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.24 |
| HSL | 45.64º | 0.93% | 0.4% | - |
| HSV(B) | 45.64º | 0.96% | 0.76% | - |
| XYZ | 33.45 | 33.43 | 4.89 | - |
| YUV | 147.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 7 | 0 | 0.23 | 0.96 | 0.24 | 45.64 | 0.93 | 0.4 |
| Hex | C3 | 96 | 7 | 0 | 17 | 60 | 18 | 2E | 5D | 28 |
| Octal | 303 | 226 | 7 | 0 | 27 | 140 | 30 | 56 | 135 | 50 |
| Binary | 11000011 | 10010110 | 111 | 0 | 10111 | 1100000 | 11000 | 101110 | 1011101 | 101000 |
Color Harmonies of #C39607
Complementary color
Monochromatic Colors of #C39607
Black with #C39607
Text Example
Text Example
White with #C39607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39607; }
p { color: rgb(195,150,7); }
H1.HeaderClassName
{
color: #C39607;
}
.AnyTagClassName
{
color: #C39607;
}
</style>
background-color css
<style>
a { background-color: #C39607; }
a { background-color: rgb(195,150,7); }
div.DivClassName
{
background-color: #C39607;
}
.BgClassName
{
background-color: #C39607;
}
</style>
border-color css
<style>
span { border-color: #C39607; }
span { border-color: rgb(195,150,7); }
td.TdClassName
{
border-color: #C39607;
}
.TagClassName
{
border-color: #C39607;
}
</style>