Shades of Dark Goldenrod #C39700
Tints of Dark Goldenrod #C39700
RGB
CMYK
RGB Variations
Color information
#C39700 (or 0xC39700) is known color: Dark Goldenrod. HEX triplet: C3, 97 and 00. RGB value is (195,151,0). Sum of RGB (Red+Green+Blue) = 195+151+0=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C39700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39700 is #3C68FF. Grayscale: #939393. Windows color (decimal): -3959040 or 38851. OLE color: 38851.
HSL color Cylindrical-coordinate representation of color #C39700: hue angle of 46.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C39700 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.24 |
| HSL | 46.46º | 1% | 0.38% | - |
| HSV(B) | 46.46º | 1% | 0.76% | - |
| XYZ | 33.57 | 33.74 | 4.74 | - |
| YUV | 146.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 0 | 0 | 0.23 | 1 | 0.24 | 46.46 | 1 | 0.38 |
| Hex | C3 | 97 | 0 | 0 | 17 | 64 | 18 | 2E | 64 | 26 |
| Octal | 303 | 227 | 0 | 0 | 27 | 144 | 30 | 56 | 144 | 46 |
| Binary | 11000011 | 10010111 | 0 | 0 | 10111 | 1100100 | 11000 | 101110 | 1100100 | 100110 |
Color Harmonies of #C39700
Complementary color
Monochromatic Colors of #C39700
Black with #C39700
Text Example
Text Example
White with #C39700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39700; }
p { color: rgb(195,151,0); }
H1.HeaderClassName
{
color: #C39700;
}
.AnyTagClassName
{
color: #C39700;
}
</style>
background-color css
<style>
a { background-color: #C39700; }
a { background-color: rgb(195,151,0); }
div.DivClassName
{
background-color: #C39700;
}
.BgClassName
{
background-color: #C39700;
}
</style>
border-color css
<style>
span { border-color: #C39700; }
span { border-color: rgb(195,151,0); }
td.TdClassName
{
border-color: #C39700;
}
.TagClassName
{
border-color: #C39700;
}
</style>