Shades of Dark Goldenrod #C37F14
Tints of Dark Goldenrod #C37F14
RGB
CMYK
RGB Variations
Color information
#C37F14 (or 0xC37F14) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 14. RGB value is (195,127,20). Sum of RGB (Red+Green+Blue) = 195+127+20=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F14 is #3C80EB. Grayscale: #878787. Windows color (decimal): -3965164 or 1343427. OLE color: 1343427.
HSL color Cylindrical-coordinate representation of color #C37F14: hue angle of 36.69º degrees, saturation: 0.81, 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 #C37F14 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 20 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.24 |
| HSL | 36.69º | 0.81% | 0.42% | - |
| HSV(B) | 36.69º | 0.9% | 0.76% | - |
| XYZ | 30.22 | 26.83 | 4.25 | - |
| YUV | 135.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 20 | 0 | 0.35 | 0.90 | 0.24 | 36.69 | 0.81 | 0.42 |
| Hex | C3 | 7F | 14 | 0 | 23 | 5A | 18 | 25 | 51 | 2A |
| Octal | 303 | 177 | 24 | 0 | 43 | 132 | 30 | 45 | 121 | 52 |
| Binary | 11000011 | 1111111 | 10100 | 0 | 100011 | 1011010 | 11000 | 100101 | 1010001 | 101010 |
Color Harmonies of #C37F14
Complementary color
Monochromatic Colors of #C37F14
Black with #C37F14
Text Example
Text Example
White with #C37F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F14; }
p { color: rgb(195,127,20); }
H1.HeaderClassName
{
color: #C37F14;
}
.AnyTagClassName
{
color: #C37F14;
}
</style>
background-color css
<style>
a { background-color: #C37F14; }
a { background-color: rgb(195,127,20); }
div.DivClassName
{
background-color: #C37F14;
}
.BgClassName
{
background-color: #C37F14;
}
</style>
border-color css
<style>
span { border-color: #C37F14; }
span { border-color: rgb(195,127,20); }
td.TdClassName
{
border-color: #C37F14;
}
.TagClassName
{
border-color: #C37F14;
}
</style>