Shades of Dark Goldenrod #C39201
Tints of Dark Goldenrod #C39201
RGB
CMYK
RGB Variations
Color information
#C39201 (or 0xC39201) is known color: Dark Goldenrod. HEX triplet: C3, 92 and 01. RGB value is (195,146,1). Sum of RGB (Red+Green+Blue) = 195+146+1=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C39201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39201 is #3C6DFE. Grayscale: #909090. Windows color (decimal): -3960319 or 103107. OLE color: 103107.
HSL color Cylindrical-coordinate representation of color #C39201: hue angle of 44.85º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C39201 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.24 |
| HSL | 44.85º | 0.99% | 0.38% | - |
| HSV(B) | 44.85º | 0.99% | 0.76% | - |
| XYZ | 32.79 | 32.16 | 4.51 | - |
| YUV | 144.12 | 47.23 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 1 | 0 | 0.25 | 0.99 | 0.24 | 44.85 | 0.99 | 0.38 |
| Hex | C3 | 92 | 1 | 0 | 19 | 63 | 18 | 2D | 63 | 26 |
| Octal | 303 | 222 | 1 | 0 | 31 | 143 | 30 | 55 | 143 | 46 |
| Binary | 11000011 | 10010010 | 1 | 0 | 11001 | 1100011 | 11000 | 101101 | 1100011 | 100110 |
Color Harmonies of #C39201
Complementary color
Monochromatic Colors of #C39201
Black with #C39201
Text Example
Text Example
White with #C39201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39201; }
p { color: rgb(195,146,1); }
H1.HeaderClassName
{
color: #C39201;
}
.AnyTagClassName
{
color: #C39201;
}
</style>
background-color css
<style>
a { background-color: #C39201; }
a { background-color: rgb(195,146,1); }
div.DivClassName
{
background-color: #C39201;
}
.BgClassName
{
background-color: #C39201;
}
</style>
border-color css
<style>
span { border-color: #C39201; }
span { border-color: rgb(195,146,1); }
td.TdClassName
{
border-color: #C39201;
}
.TagClassName
{
border-color: #C39201;
}
</style>