Shades of Dark Goldenrod #C39203
Tints of Dark Goldenrod #C39203
RGB
CMYK
RGB Variations
Color information
#C39203 (or 0xC39203) is known color: Dark Goldenrod. HEX triplet: C3, 92 and 03. RGB value is (195,146,3). Sum of RGB (Red+Green+Blue) = 195+146+3=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C39203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39203 is #3C6DFC. Grayscale: #909090. Windows color (decimal): -3960317 or 234179. OLE color: 234179.
HSL color Cylindrical-coordinate representation of color #C39203: hue angle of 44.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C39203 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 3 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.24 |
| HSL | 44.69º | 0.97% | 0.39% | - |
| HSV(B) | 44.69º | 0.98% | 0.76% | - |
| XYZ | 32.8 | 32.17 | 4.57 | - |
| YUV | 144.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 3 | 0 | 0.25 | 0.98 | 0.24 | 44.69 | 0.97 | 0.39 |
| Hex | C3 | 92 | 3 | 0 | 19 | 62 | 18 | 2D | 61 | 27 |
| Octal | 303 | 222 | 3 | 0 | 31 | 142 | 30 | 55 | 141 | 47 |
| Binary | 11000011 | 10010010 | 11 | 0 | 11001 | 1100010 | 11000 | 101101 | 1100001 | 100111 |
Color Harmonies of #C39203
Complementary color
Monochromatic Colors of #C39203
Black with #C39203
Text Example
Text Example
White with #C39203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39203; }
p { color: rgb(195,146,3); }
H1.HeaderClassName
{
color: #C39203;
}
.AnyTagClassName
{
color: #C39203;
}
</style>
background-color css
<style>
a { background-color: #C39203; }
a { background-color: rgb(195,146,3); }
div.DivClassName
{
background-color: #C39203;
}
.BgClassName
{
background-color: #C39203;
}
</style>
border-color css
<style>
span { border-color: #C39203; }
span { border-color: rgb(195,146,3); }
td.TdClassName
{
border-color: #C39203;
}
.TagClassName
{
border-color: #C39203;
}
</style>