Shades of Dark Goldenrod #C38203
Tints of Dark Goldenrod #C38203
RGB
CMYK
RGB Variations
Color information
#C38203 (or 0xC38203) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 03. RGB value is (195,130,3). Sum of RGB (Red+Green+Blue) = 195+130+3=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C38203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38203 is #3C7DFC. Grayscale: #878787. Windows color (decimal): -3964413 or 230083. OLE color: 230083.
HSL color Cylindrical-coordinate representation of color #C38203: hue angle of 39.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 #C38203 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.24 |
| HSL | 39.69º | 0.97% | 0.39% | - |
| HSV(B) | 39.69º | 0.98% | 0.76% | - |
| XYZ | 30.5 | 27.57 | 3.8 | - |
| YUV | 134.96 | 53.53 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 3 | 0 | 0.33 | 0.98 | 0.24 | 39.69 | 0.97 | 0.39 |
| Hex | C3 | 82 | 3 | 0 | 21 | 62 | 18 | 28 | 61 | 27 |
| Octal | 303 | 202 | 3 | 0 | 41 | 142 | 30 | 50 | 141 | 47 |
| Binary | 11000011 | 10000010 | 11 | 0 | 100001 | 1100010 | 11000 | 101000 | 1100001 | 100111 |
Color Harmonies of #C38203
Complementary color
Monochromatic Colors of #C38203
Black with #C38203
Text Example
Text Example
White with #C38203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38203; }
p { color: rgb(195,130,3); }
H1.HeaderClassName
{
color: #C38203;
}
.AnyTagClassName
{
color: #C38203;
}
</style>
background-color css
<style>
a { background-color: #C38203; }
a { background-color: rgb(195,130,3); }
div.DivClassName
{
background-color: #C38203;
}
.BgClassName
{
background-color: #C38203;
}
</style>
border-color css
<style>
span { border-color: #C38203; }
span { border-color: rgb(195,130,3); }
td.TdClassName
{
border-color: #C38203;
}
.TagClassName
{
border-color: #C38203;
}
</style>