Shades of Dark Goldenrod #C37400
Tints of Dark Goldenrod #C37400
RGB
CMYK
RGB Variations
Color information
#C37400 (or 0xC37400) is known color: Dark Goldenrod. HEX triplet: C3, 74 and 00. RGB value is (195,116,0). Sum of RGB (Red+Green+Blue) = 195+116+0=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C37400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37400 is #3C8BFF. Grayscale: #7E7E7E. Windows color (decimal): -3968000 or 29891. OLE color: 29891.
HSL color Cylindrical-coordinate representation of color #C37400: hue angle of 35.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C37400 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.24 |
| HSL | 35.69º | 1% | 0.38% | - |
| HSV(B) | 35.69º | 1% | 0.76% | - |
| XYZ | 28.75 | 24.09 | 3.14 | - |
| YUV | 126.4 | 56.67 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 0 | 0 | 0.41 | 1 | 0.24 | 35.69 | 1 | 0.38 |
| Hex | C3 | 74 | 0 | 0 | 29 | 64 | 18 | 24 | 64 | 26 |
| Octal | 303 | 164 | 0 | 0 | 51 | 144 | 30 | 44 | 144 | 46 |
| Binary | 11000011 | 1110100 | 0 | 0 | 101001 | 1100100 | 11000 | 100100 | 1100100 | 100110 |
Color Harmonies of #C37400
Complementary color
Monochromatic Colors of #C37400
Black with #C37400
Text Example
Text Example
White with #C37400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37400; }
p { color: rgb(195,116,0); }
H1.HeaderClassName
{
color: #C37400;
}
.AnyTagClassName
{
color: #C37400;
}
</style>
background-color css
<style>
a { background-color: #C37400; }
a { background-color: rgb(195,116,0); }
div.DivClassName
{
background-color: #C37400;
}
.BgClassName
{
background-color: #C37400;
}
</style>
border-color css
<style>
span { border-color: #C37400; }
span { border-color: rgb(195,116,0); }
td.TdClassName
{
border-color: #C37400;
}
.TagClassName
{
border-color: #C37400;
}
</style>