Shades of Dark Goldenrod #C37C09
Tints of Dark Goldenrod #C37C09
RGB
CMYK
RGB Variations
Color information
#C37C09 (or 0xC37C09) is known color: Dark Goldenrod. HEX triplet: C3, 7C and 09. RGB value is (195,124,9). Sum of RGB (Red+Green+Blue) = 195+124+9=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C09 is #3C83F6. Grayscale: #848484. Windows color (decimal): -3965943 or 621763. OLE color: 621763.
HSL color Cylindrical-coordinate representation of color #C37C09: hue angle of 37.1º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C37C09 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 9 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.24 |
| HSL | 37.1º | 0.91% | 0.4% | - |
| HSV(B) | 37.1º | 0.95% | 0.76% | - |
| XYZ | 29.76 | 26.04 | 3.72 | - |
| YUV | 132.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 9 | 0 | 0.36 | 0.95 | 0.24 | 37.1 | 0.91 | 0.4 |
| Hex | C3 | 7C | 9 | 0 | 24 | 5F | 18 | 25 | 5B | 28 |
| Octal | 303 | 174 | 11 | 0 | 44 | 137 | 30 | 45 | 133 | 50 |
| Binary | 11000011 | 1111100 | 1001 | 0 | 100100 | 1011111 | 11000 | 100101 | 1011011 | 101000 |
Color Harmonies of #C37C09
Complementary color
Monochromatic Colors of #C37C09
Black with #C37C09
Text Example
Text Example
White with #C37C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C09; }
p { color: rgb(195,124,9); }
H1.HeaderClassName
{
color: #C37C09;
}
.AnyTagClassName
{
color: #C37C09;
}
</style>
background-color css
<style>
a { background-color: #C37C09; }
a { background-color: rgb(195,124,9); }
div.DivClassName
{
background-color: #C37C09;
}
.BgClassName
{
background-color: #C37C09;
}
</style>
border-color css
<style>
span { border-color: #C37C09; }
span { border-color: rgb(195,124,9); }
td.TdClassName
{
border-color: #C37C09;
}
.TagClassName
{
border-color: #C37C09;
}
</style>