Shades of Dark Goldenrod #C37D10
Tints of Dark Goldenrod #C37D10
RGB
CMYK
RGB Variations
Color information
#C37D10 (or 0xC37D10) is known color: Dark Goldenrod. HEX triplet: C3, 7D and 10. RGB value is (195,125,16). Sum of RGB (Red+Green+Blue) = 195+125+16=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37D10 is #3C82EF. Grayscale: #868686. Windows color (decimal): -3965680 or 1080771. OLE color: 1080771.
HSL color Cylindrical-coordinate representation of color #C37D10: hue angle of 36.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C37D10 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 16 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.24 |
| HSL | 36.54º | 0.85% | 0.41% | - |
| HSV(B) | 36.54º | 0.92% | 0.76% | - |
| XYZ | 29.93 | 26.31 | 3.99 | - |
| YUV | 133.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 16 | 0 | 0.36 | 0.92 | 0.24 | 36.54 | 0.85 | 0.41 |
| Hex | C3 | 7D | 10 | 0 | 24 | 5C | 18 | 25 | 55 | 29 |
| Octal | 303 | 175 | 20 | 0 | 44 | 134 | 30 | 45 | 125 | 51 |
| Binary | 11000011 | 1111101 | 10000 | 0 | 100100 | 1011100 | 11000 | 100101 | 1010101 | 101001 |
Color Harmonies of #C37D10
Complementary color
Monochromatic Colors of #C37D10
Black with #C37D10
Text Example
Text Example
White with #C37D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D10; }
p { color: rgb(195,125,16); }
H1.HeaderClassName
{
color: #C37D10;
}
.AnyTagClassName
{
color: #C37D10;
}
</style>
background-color css
<style>
a { background-color: #C37D10; }
a { background-color: rgb(195,125,16); }
div.DivClassName
{
background-color: #C37D10;
}
.BgClassName
{
background-color: #C37D10;
}
</style>
border-color css
<style>
span { border-color: #C37D10; }
span { border-color: rgb(195,125,16); }
td.TdClassName
{
border-color: #C37D10;
}
.TagClassName
{
border-color: #C37D10;
}
</style>