Shades of Dark Goldenrod #C37A0E
Tints of Dark Goldenrod #C37A0E
RGB
CMYK
RGB Variations
Color information
#C37A0E (or 0xC37A0E) is known color: Dark Goldenrod. HEX triplet: C3, 7A and 0E. RGB value is (195,122,14). Sum of RGB (Red+Green+Blue) = 195+122+14=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37A0E is #3C85F1. Grayscale: #848484. Windows color (decimal): -3966450 or 948931. OLE color: 948931.
HSL color Cylindrical-coordinate representation of color #C37A0E: hue angle of 35.8º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C37A0E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.24 |
| HSL | 35.8º | 0.87% | 0.41% | - |
| HSV(B) | 35.8º | 0.93% | 0.76% | - |
| XYZ | 29.54 | 25.55 | 3.79 | - |
| YUV | 131.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 14 | 0 | 0.37 | 0.93 | 0.24 | 35.8 | 0.87 | 0.41 |
| Hex | C3 | 7A | E | 0 | 25 | 5D | 18 | 24 | 57 | 29 |
| Octal | 303 | 172 | 16 | 0 | 45 | 135 | 30 | 44 | 127 | 51 |
| Binary | 11000011 | 1111010 | 1110 | 0 | 100101 | 1011101 | 11000 | 100100 | 1010111 | 101001 |
Color Harmonies of #C37A0E
Complementary color
Monochromatic Colors of #C37A0E
Black with #C37A0E
Text Example
Text Example
White with #C37A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A0E; }
p { color: rgb(195,122,14); }
H1.HeaderClassName
{
color: #C37A0E;
}
.AnyTagClassName
{
color: #C37A0E;
}
</style>
background-color css
<style>
a { background-color: #C37A0E; }
a { background-color: rgb(195,122,14); }
div.DivClassName
{
background-color: #C37A0E;
}
.BgClassName
{
background-color: #C37A0E;
}
</style>
border-color css
<style>
span { border-color: #C37A0E; }
span { border-color: rgb(195,122,14); }
td.TdClassName
{
border-color: #C37A0E;
}
.TagClassName
{
border-color: #C37A0E;
}
</style>