Shades of Dark Goldenrod #C37303
Tints of Dark Goldenrod #C37303
RGB
CMYK
RGB Variations
Color information
#C37303 (or 0xC37303) is known color: Dark Goldenrod. HEX triplet: C3, 73 and 03. RGB value is (195,115,3). Sum of RGB (Red+Green+Blue) = 195+115+3=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C37303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37303 is #3C8CFC. Grayscale: #7E7E7E. Windows color (decimal): -3968253 or 226243. OLE color: 226243.
HSL color Cylindrical-coordinate representation of color #C37303: hue angle of 35º 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 #C37303 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.24 |
| HSL | 35º | 0.97% | 0.39% | - |
| HSV(B) | 35º | 0.98% | 0.76% | - |
| XYZ | 28.65 | 23.87 | 3.18 | - |
| YUV | 126.15 | 58.5 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 3 | 0 | 0.41 | 0.98 | 0.24 | 35 | 0.97 | 0.39 |
| Hex | C3 | 73 | 3 | 0 | 29 | 62 | 18 | 23 | 61 | 27 |
| Octal | 303 | 163 | 3 | 0 | 51 | 142 | 30 | 43 | 141 | 47 |
| Binary | 11000011 | 1110011 | 11 | 0 | 101001 | 1100010 | 11000 | 100011 | 1100001 | 100111 |
Color Harmonies of #C37303
Complementary color
Monochromatic Colors of #C37303
Black with #C37303
Text Example
Text Example
White with #C37303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37303; }
p { color: rgb(195,115,3); }
H1.HeaderClassName
{
color: #C37303;
}
.AnyTagClassName
{
color: #C37303;
}
</style>
background-color css
<style>
a { background-color: #C37303; }
a { background-color: rgb(195,115,3); }
div.DivClassName
{
background-color: #C37303;
}
.BgClassName
{
background-color: #C37303;
}
</style>
border-color css
<style>
span { border-color: #C37303; }
span { border-color: rgb(195,115,3); }
td.TdClassName
{
border-color: #C37303;
}
.TagClassName
{
border-color: #C37303;
}
</style>