Shades of Dark Goldenrod #C39207
Tints of Dark Goldenrod #C39207
RGB
CMYK
RGB Variations
Color information
#C39207 (or 0xC39207) is known color: Dark Goldenrod. HEX triplet: C3, 92 and 07. RGB value is (195,146,7). Sum of RGB (Red+Green+Blue) = 195+146+7=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C39207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39207 is #3C6DF8. Grayscale: #919191. Windows color (decimal): -3960313 or 496323. OLE color: 496323.
HSL color Cylindrical-coordinate representation of color #C39207: hue angle of 44.36º 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 #C39207 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.24 |
| HSL | 44.36º | 0.93% | 0.4% | - |
| HSV(B) | 44.36º | 0.96% | 0.76% | - |
| XYZ | 32.82 | 32.18 | 4.68 | - |
| YUV | 144.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 7 | 0 | 0.25 | 0.96 | 0.24 | 44.36 | 0.93 | 0.4 |
| Hex | C3 | 92 | 7 | 0 | 19 | 60 | 18 | 2C | 5D | 28 |
| Octal | 303 | 222 | 7 | 0 | 31 | 140 | 30 | 54 | 135 | 50 |
| Binary | 11000011 | 10010010 | 111 | 0 | 11001 | 1100000 | 11000 | 101100 | 1011101 | 101000 |
Color Harmonies of #C39207
Complementary color
Monochromatic Colors of #C39207
Black with #C39207
Text Example
Text Example
White with #C39207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39207; }
p { color: rgb(195,146,7); }
H1.HeaderClassName
{
color: #C39207;
}
.AnyTagClassName
{
color: #C39207;
}
</style>
background-color css
<style>
a { background-color: #C39207; }
a { background-color: rgb(195,146,7); }
div.DivClassName
{
background-color: #C39207;
}
.BgClassName
{
background-color: #C39207;
}
</style>
border-color css
<style>
span { border-color: #C39207; }
span { border-color: rgb(195,146,7); }
td.TdClassName
{
border-color: #C39207;
}
.TagClassName
{
border-color: #C39207;
}
</style>