Shades of Dark Goldenrod #C37500
Tints of Dark Goldenrod #C37500
RGB
CMYK
RGB Variations
Color information
#C37500 (or 0xC37500) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 00. RGB value is (195,117,0). Sum of RGB (Red+Green+Blue) = 195+117+0=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C37500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37500 is #3C8AFF. Grayscale: #7F7F7F. Windows color (decimal): -3967744 or 30147. OLE color: 30147.
HSL color Cylindrical-coordinate representation of color #C37500: hue angle of 36º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C37500 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.24 |
| HSL | 36º | 1% | 0.38% | - |
| HSV(B) | 36º | 1% | 0.76% | - |
| XYZ | 28.87 | 24.32 | 3.17 | - |
| YUV | 126.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 0 | 0 | 0.4 | 1 | 0.24 | 36 | 1 | 0.38 |
| Hex | C3 | 75 | 0 | 0 | 28 | 64 | 18 | 24 | 64 | 26 |
| Octal | 303 | 165 | 0 | 0 | 50 | 144 | 30 | 44 | 144 | 46 |
| Binary | 11000011 | 1110101 | 0 | 0 | 101000 | 1100100 | 11000 | 100100 | 1100100 | 100110 |
Color Harmonies of #C37500
Complementary color
Monochromatic Colors of #C37500
Black with #C37500
Text Example
Text Example
White with #C37500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37500; }
p { color: rgb(195,117,0); }
H1.HeaderClassName
{
color: #C37500;
}
.AnyTagClassName
{
color: #C37500;
}
</style>
background-color css
<style>
a { background-color: #C37500; }
a { background-color: rgb(195,117,0); }
div.DivClassName
{
background-color: #C37500;
}
.BgClassName
{
background-color: #C37500;
}
</style>
border-color css
<style>
span { border-color: #C37500; }
span { border-color: rgb(195,117,0); }
td.TdClassName
{
border-color: #C37500;
}
.TagClassName
{
border-color: #C37500;
}
</style>