Shades of Dark Goldenrod #C37100
Tints of Dark Goldenrod #C37100
RGB
CMYK
RGB Variations
Color information
#C37100 (or 0xC37100) is known color: Dark Goldenrod. HEX triplet: C3, 71 and 00. RGB value is (195,113,0). Sum of RGB (Red+Green+Blue) = 195+113+0=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C37100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37100 is #3C8EFF. Grayscale: #7D7D7D. Windows color (decimal): -3968768 or 29123. OLE color: 29123.
HSL color Cylindrical-coordinate representation of color #C37100: hue angle of 34.77º 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 #C37100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.24 |
| HSL | 34.77º | 1% | 0.38% | - |
| HSV(B) | 34.77º | 1% | 0.76% | - |
| XYZ | 28.41 | 23.41 | 3.02 | - |
| YUV | 124.64 | 57.67 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 0 | 0 | 0.42 | 1 | 0.24 | 34.77 | 1 | 0.38 |
| Hex | C3 | 71 | 0 | 0 | 2A | 64 | 18 | 23 | 64 | 26 |
| Octal | 303 | 161 | 0 | 0 | 52 | 144 | 30 | 43 | 144 | 46 |
| Binary | 11000011 | 1110001 | 0 | 0 | 101010 | 1100100 | 11000 | 100011 | 1100100 | 100110 |
Color Harmonies of #C37100
Complementary color
Monochromatic Colors of #C37100
Black with #C37100
Text Example
Text Example
White with #C37100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37100; }
p { color: rgb(195,113,0); }
H1.HeaderClassName
{
color: #C37100;
}
.AnyTagClassName
{
color: #C37100;
}
</style>
background-color css
<style>
a { background-color: #C37100; }
a { background-color: rgb(195,113,0); }
div.DivClassName
{
background-color: #C37100;
}
.BgClassName
{
background-color: #C37100;
}
</style>
border-color css
<style>
span { border-color: #C37100; }
span { border-color: rgb(195,113,0); }
td.TdClassName
{
border-color: #C37100;
}
.TagClassName
{
border-color: #C37100;
}
</style>