Shades of Dark Goldenrod #C37407
Tints of Dark Goldenrod #C37407
RGB
CMYK
RGB Variations
Color information
#C37407 (or 0xC37407) is known color: Dark Goldenrod. HEX triplet: C3, 74 and 07. RGB value is (195,116,7). Sum of RGB (Red+Green+Blue) = 195+116+7=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C37407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37407 is #3C8BF8. Grayscale: #7F7F7F. Windows color (decimal): -3967993 or 488643. OLE color: 488643.
HSL color Cylindrical-coordinate representation of color #C37407: hue angle of 34.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C37407 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.24 |
| HSL | 34.79º | 0.93% | 0.4% | - |
| HSV(B) | 34.79º | 0.96% | 0.76% | - |
| XYZ | 28.79 | 24.11 | 3.34 | - |
| YUV | 127.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 7 | 0 | 0.41 | 0.96 | 0.24 | 34.79 | 0.93 | 0.4 |
| Hex | C3 | 74 | 7 | 0 | 29 | 60 | 18 | 23 | 5D | 28 |
| Octal | 303 | 164 | 7 | 0 | 51 | 140 | 30 | 43 | 135 | 50 |
| Binary | 11000011 | 1110100 | 111 | 0 | 101001 | 1100000 | 11000 | 100011 | 1011101 | 101000 |
Color Harmonies of #C37407
Complementary color
Monochromatic Colors of #C37407
Black with #C37407
Text Example
Text Example
White with #C37407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37407; }
p { color: rgb(195,116,7); }
H1.HeaderClassName
{
color: #C37407;
}
.AnyTagClassName
{
color: #C37407;
}
</style>
background-color css
<style>
a { background-color: #C37407; }
a { background-color: rgb(195,116,7); }
div.DivClassName
{
background-color: #C37407;
}
.BgClassName
{
background-color: #C37407;
}
</style>
border-color css
<style>
span { border-color: #C37407; }
span { border-color: rgb(195,116,7); }
td.TdClassName
{
border-color: #C37407;
}
.TagClassName
{
border-color: #C37407;
}
</style>