Shades of Dark Goldenrod #C39500
Tints of Dark Goldenrod #C39500
RGB
CMYK
RGB Variations
Color information
#C39500 (or 0xC39500) is known color: Dark Goldenrod. HEX triplet: C3, 95 and 00. RGB value is (195,149,0). Sum of RGB (Red+Green+Blue) = 195+149+0=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C39500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39500 is #3C6AFF. Grayscale: #929292. Windows color (decimal): -3959552 or 38339. OLE color: 38339.
HSL color Cylindrical-coordinate representation of color #C39500: hue angle of 45.85º 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 #C39500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.24 |
| HSL | 45.85º | 1% | 0.38% | - |
| HSV(B) | 45.85º | 1% | 0.76% | - |
| XYZ | 33.25 | 33.1 | 4.64 | - |
| YUV | 145.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 0 | 0 | 0.24 | 1 | 0.24 | 45.85 | 1 | 0.38 |
| Hex | C3 | 95 | 0 | 0 | 18 | 64 | 18 | 2E | 64 | 26 |
| Octal | 303 | 225 | 0 | 0 | 30 | 144 | 30 | 56 | 144 | 46 |
| Binary | 11000011 | 10010101 | 0 | 0 | 11000 | 1100100 | 11000 | 101110 | 1100100 | 100110 |
Color Harmonies of #C39500
Complementary color
Monochromatic Colors of #C39500
Black with #C39500
Text Example
Text Example
White with #C39500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39500; }
p { color: rgb(195,149,0); }
H1.HeaderClassName
{
color: #C39500;
}
.AnyTagClassName
{
color: #C39500;
}
</style>
background-color css
<style>
a { background-color: #C39500; }
a { background-color: rgb(195,149,0); }
div.DivClassName
{
background-color: #C39500;
}
.BgClassName
{
background-color: #C39500;
}
</style>
border-color css
<style>
span { border-color: #C39500; }
span { border-color: rgb(195,149,0); }
td.TdClassName
{
border-color: #C39500;
}
.TagClassName
{
border-color: #C39500;
}
</style>