Shades of Dark Goldenrod #C37D14
Tints of Dark Goldenrod #C37D14
RGB
CMYK
RGB Variations
Color information
#C37D14 (or 0xC37D14) is known color: Dark Goldenrod. HEX triplet: C3, 7D and 14. RGB value is (195,125,20). Sum of RGB (Red+Green+Blue) = 195+125+20=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37D14 is #3C82EB. Grayscale: #868686. Windows color (decimal): -3965676 or 1342915. OLE color: 1342915.
HSL color Cylindrical-coordinate representation of color #C37D14: hue angle of 36º 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 #C37D14 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 20 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.24 |
| HSL | 36º | 0.81% | 0.42% | - |
| HSV(B) | 36º | 0.9% | 0.76% | - |
| XYZ | 29.97 | 26.32 | 4.16 | - |
| YUV | 133.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 20 | 0 | 0.36 | 0.90 | 0.24 | 36 | 0.81 | 0.42 |
| Hex | C3 | 7D | 14 | 0 | 24 | 5A | 18 | 24 | 51 | 2A |
| Octal | 303 | 175 | 24 | 0 | 44 | 132 | 30 | 44 | 121 | 52 |
| Binary | 11000011 | 1111101 | 10100 | 0 | 100100 | 1011010 | 11000 | 100100 | 1010001 | 101010 |
Color Harmonies of #C37D14
Complementary color
Monochromatic Colors of #C37D14
Black with #C37D14
Text Example
Text Example
White with #C37D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D14; }
p { color: rgb(195,125,20); }
H1.HeaderClassName
{
color: #C37D14;
}
.AnyTagClassName
{
color: #C37D14;
}
</style>
background-color css
<style>
a { background-color: #C37D14; }
a { background-color: rgb(195,125,20); }
div.DivClassName
{
background-color: #C37D14;
}
.BgClassName
{
background-color: #C37D14;
}
</style>
border-color css
<style>
span { border-color: #C37D14; }
span { border-color: rgb(195,125,20); }
td.TdClassName
{
border-color: #C37D14;
}
.TagClassName
{
border-color: #C37D14;
}
</style>