Shades of Dark Goldenrod #C37201
Tints of Dark Goldenrod #C37201
RGB
CMYK
RGB Variations
Color information
#C37201 (or 0xC37201) is known color: Dark Goldenrod. HEX triplet: C3, 72 and 01. RGB value is (195,114,1). Sum of RGB (Red+Green+Blue) = 195+114+1=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C37201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37201 is #3C8DFE. Grayscale: #7D7D7D. Windows color (decimal): -3968511 or 94915. OLE color: 94915.
HSL color Cylindrical-coordinate representation of color #C37201: hue angle of 34.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C37201 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.24 |
| HSL | 34.95º | 0.99% | 0.38% | - |
| HSV(B) | 34.95º | 0.99% | 0.76% | - |
| XYZ | 28.53 | 23.64 | 3.09 | - |
| YUV | 125.34 | 57.84 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 1 | 0 | 0.42 | 0.99 | 0.24 | 34.95 | 0.99 | 0.38 |
| Hex | C3 | 72 | 1 | 0 | 2A | 63 | 18 | 23 | 63 | 26 |
| Octal | 303 | 162 | 1 | 0 | 52 | 143 | 30 | 43 | 143 | 46 |
| Binary | 11000011 | 1110010 | 1 | 0 | 101010 | 1100011 | 11000 | 100011 | 1100011 | 100110 |
Color Harmonies of #C37201
Complementary color
Monochromatic Colors of #C37201
Black with #C37201
Text Example
Text Example
White with #C37201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37201; }
p { color: rgb(195,114,1); }
H1.HeaderClassName
{
color: #C37201;
}
.AnyTagClassName
{
color: #C37201;
}
</style>
background-color css
<style>
a { background-color: #C37201; }
a { background-color: rgb(195,114,1); }
div.DivClassName
{
background-color: #C37201;
}
.BgClassName
{
background-color: #C37201;
}
</style>
border-color css
<style>
span { border-color: #C37201; }
span { border-color: rgb(195,114,1); }
td.TdClassName
{
border-color: #C37201;
}
.TagClassName
{
border-color: #C37201;
}
</style>