Shades of Dark Goldenrod #C37C13
Tints of Dark Goldenrod #C37C13
RGB
CMYK
RGB Variations
Color information
#C37C13 (or 0xC37C13) is known color: Dark Goldenrod. HEX triplet: C3, 7C and 13. RGB value is (195,124,19). Sum of RGB (Red+Green+Blue) = 195+124+19=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C13 is #3C83EC. Grayscale: #858585. Windows color (decimal): -3965933 or 1277123. OLE color: 1277123.
HSL color Cylindrical-coordinate representation of color #C37C13: hue angle of 35.8º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C37C13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 19 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.24 |
| HSL | 35.8º | 0.82% | 0.42% | - |
| HSV(B) | 35.8º | 0.9% | 0.76% | - |
| XYZ | 29.83 | 26.06 | 4.07 | - |
| YUV | 133.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 19 | 0 | 0.36 | 0.90 | 0.24 | 35.8 | 0.82 | 0.42 |
| Hex | C3 | 7C | 13 | 0 | 24 | 5A | 18 | 24 | 52 | 2A |
| Octal | 303 | 174 | 23 | 0 | 44 | 132 | 30 | 44 | 122 | 52 |
| Binary | 11000011 | 1111100 | 10011 | 0 | 100100 | 1011010 | 11000 | 100100 | 1010010 | 101010 |
Color Harmonies of #C37C13
Complementary color
Monochromatic Colors of #C37C13
Black with #C37C13
Text Example
Text Example
White with #C37C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C13; }
p { color: rgb(195,124,19); }
H1.HeaderClassName
{
color: #C37C13;
}
.AnyTagClassName
{
color: #C37C13;
}
</style>
background-color css
<style>
a { background-color: #C37C13; }
a { background-color: rgb(195,124,19); }
div.DivClassName
{
background-color: #C37C13;
}
.BgClassName
{
background-color: #C37C13;
}
</style>
border-color css
<style>
span { border-color: #C37C13; }
span { border-color: rgb(195,124,19); }
td.TdClassName
{
border-color: #C37C13;
}
.TagClassName
{
border-color: #C37C13;
}
</style>