Shades of Dark Goldenrod #C37507
Tints of Dark Goldenrod #C37507
RGB
CMYK
RGB Variations
Color information
#C37507 (or 0xC37507) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 07. RGB value is (195,117,7). Sum of RGB (Red+Green+Blue) = 195+117+7=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C37507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37507 is #3C8AF8. Grayscale: #808080. Windows color (decimal): -3967737 or 488899. OLE color: 488899.
HSL color Cylindrical-coordinate representation of color #C37507: hue angle of 35.11º 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 #C37507 is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 7 | - |
| CMYK | 0 | 0.4 | 0.96 | 0.24 |
| HSL | 35.11º | 0.93% | 0.4% | - |
| HSV(B) | 35.11º | 0.96% | 0.76% | - |
| XYZ | 28.91 | 24.34 | 3.38 | - |
| YUV | 127.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 7 | 0 | 0.4 | 0.96 | 0.24 | 35.11 | 0.93 | 0.4 |
| Hex | C3 | 75 | 7 | 0 | 28 | 60 | 18 | 23 | 5D | 28 |
| Octal | 303 | 165 | 7 | 0 | 50 | 140 | 30 | 43 | 135 | 50 |
| Binary | 11000011 | 1110101 | 111 | 0 | 101000 | 1100000 | 11000 | 100011 | 1011101 | 101000 |
Color Harmonies of #C37507
Complementary color
Monochromatic Colors of #C37507
Black with #C37507
Text Example
Text Example
White with #C37507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37507; }
p { color: rgb(195,117,7); }
H1.HeaderClassName
{
color: #C37507;
}
.AnyTagClassName
{
color: #C37507;
}
</style>
background-color css
<style>
a { background-color: #C37507; }
a { background-color: rgb(195,117,7); }
div.DivClassName
{
background-color: #C37507;
}
.BgClassName
{
background-color: #C37507;
}
</style>
border-color css
<style>
span { border-color: #C37507; }
span { border-color: rgb(195,117,7); }
td.TdClassName
{
border-color: #C37507;
}
.TagClassName
{
border-color: #C37507;
}
</style>