Shades of Dark Goldenrod #C37403
Tints of Dark Goldenrod #C37403
RGB
CMYK
RGB Variations
Color information
#C37403 (or 0xC37403) is known color: Dark Goldenrod. HEX triplet: C3, 74 and 03. RGB value is (195,116,3). Sum of RGB (Red+Green+Blue) = 195+116+3=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C37403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37403 is #3C8BFC. Grayscale: #7F7F7F. Windows color (decimal): -3967997 or 226499. OLE color: 226499.
HSL color Cylindrical-coordinate representation of color #C37403: hue angle of 35.31º 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 #C37403 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.24 |
| HSL | 35.31º | 0.97% | 0.39% | - |
| HSV(B) | 35.31º | 0.98% | 0.76% | - |
| XYZ | 28.77 | 24.1 | 3.22 | - |
| YUV | 126.74 | 58.17 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 3 | 0 | 0.41 | 0.98 | 0.24 | 35.31 | 0.97 | 0.39 |
| Hex | C3 | 74 | 3 | 0 | 29 | 62 | 18 | 23 | 61 | 27 |
| Octal | 303 | 164 | 3 | 0 | 51 | 142 | 30 | 43 | 141 | 47 |
| Binary | 11000011 | 1110100 | 11 | 0 | 101001 | 1100010 | 11000 | 100011 | 1100001 | 100111 |
Color Harmonies of #C37403
Complementary color
Monochromatic Colors of #C37403
Black with #C37403
Text Example
Text Example
White with #C37403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37403; }
p { color: rgb(195,116,3); }
H1.HeaderClassName
{
color: #C37403;
}
.AnyTagClassName
{
color: #C37403;
}
</style>
background-color css
<style>
a { background-color: #C37403; }
a { background-color: rgb(195,116,3); }
div.DivClassName
{
background-color: #C37403;
}
.BgClassName
{
background-color: #C37403;
}
</style>
border-color css
<style>
span { border-color: #C37403; }
span { border-color: rgb(195,116,3); }
td.TdClassName
{
border-color: #C37403;
}
.TagClassName
{
border-color: #C37403;
}
</style>