Shades of Dark Goldenrod #C39200
Tints of Dark Goldenrod #C39200
RGB
CMYK
RGB Variations
Color information
#C39200 (or 0xC39200) is known color: Dark Goldenrod. HEX triplet: C3, 92 and 00. RGB value is (195,146,0). Sum of RGB (Red+Green+Blue) = 195+146+0=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C39200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39200 is #3C6DFF. Grayscale: #909090. Windows color (decimal): -3960320 or 37571. OLE color: 37571.
HSL color Cylindrical-coordinate representation of color #C39200: hue angle of 44.92º 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 #C39200 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.24 |
| HSL | 44.92º | 1% | 0.38% | - |
| HSV(B) | 44.92º | 1% | 0.76% | - |
| XYZ | 32.78 | 32.16 | 4.48 | - |
| YUV | 144.01 | 46.73 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 0 | 0 | 0.25 | 1 | 0.24 | 44.92 | 1 | 0.38 |
| Hex | C3 | 92 | 0 | 0 | 19 | 64 | 18 | 2D | 64 | 26 |
| Octal | 303 | 222 | 0 | 0 | 31 | 144 | 30 | 55 | 144 | 46 |
| Binary | 11000011 | 10010010 | 0 | 0 | 11001 | 1100100 | 11000 | 101101 | 1100100 | 100110 |
Color Harmonies of #C39200
Complementary color
Monochromatic Colors of #C39200
Black with #C39200
Text Example
Text Example
White with #C39200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39200; }
p { color: rgb(195,146,0); }
H1.HeaderClassName
{
color: #C39200;
}
.AnyTagClassName
{
color: #C39200;
}
</style>
background-color css
<style>
a { background-color: #C39200; }
a { background-color: rgb(195,146,0); }
div.DivClassName
{
background-color: #C39200;
}
.BgClassName
{
background-color: #C39200;
}
</style>
border-color css
<style>
span { border-color: #C39200; }
span { border-color: rgb(195,146,0); }
td.TdClassName
{
border-color: #C39200;
}
.TagClassName
{
border-color: #C39200;
}
</style>