Shades of Dark Goldenrod #C37F13
Tints of Dark Goldenrod #C37F13
RGB
CMYK
RGB Variations
Color information
#C37F13 (or 0xC37F13) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 13. RGB value is (195,127,19). Sum of RGB (Red+Green+Blue) = 195+127+19=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F13 is #3C80EC. Grayscale: #878787. Windows color (decimal): -3965165 or 1277891. OLE color: 1277891.
HSL color Cylindrical-coordinate representation of color #C37F13: hue angle of 36.82º 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 #C37F13 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 19 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.24 |
| HSL | 36.82º | 0.82% | 0.42% | - |
| HSV(B) | 36.82º | 0.9% | 0.76% | - |
| XYZ | 30.21 | 26.83 | 4.2 | - |
| YUV | 135.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 19 | 0 | 0.35 | 0.90 | 0.24 | 36.82 | 0.82 | 0.42 |
| Hex | C3 | 7F | 13 | 0 | 23 | 5A | 18 | 25 | 52 | 2A |
| Octal | 303 | 177 | 23 | 0 | 43 | 132 | 30 | 45 | 122 | 52 |
| Binary | 11000011 | 1111111 | 10011 | 0 | 100011 | 1011010 | 11000 | 100101 | 1010010 | 101010 |
Color Harmonies of #C37F13
Complementary color
Monochromatic Colors of #C37F13
Black with #C37F13
Text Example
Text Example
White with #C37F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F13; }
p { color: rgb(195,127,19); }
H1.HeaderClassName
{
color: #C37F13;
}
.AnyTagClassName
{
color: #C37F13;
}
</style>
background-color css
<style>
a { background-color: #C37F13; }
a { background-color: rgb(195,127,19); }
div.DivClassName
{
background-color: #C37F13;
}
.BgClassName
{
background-color: #C37F13;
}
</style>
border-color css
<style>
span { border-color: #C37F13; }
span { border-color: rgb(195,127,19); }
td.TdClassName
{
border-color: #C37F13;
}
.TagClassName
{
border-color: #C37F13;
}
</style>