Shades of Dark Goldenrod #C37701
Tints of Dark Goldenrod #C37701
RGB
CMYK
RGB Variations
Color information
#C37701 (or 0xC37701) is known color: Dark Goldenrod. HEX triplet: C3, 77 and 01. RGB value is (195,119,1). Sum of RGB (Red+Green+Blue) = 195+119+1=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C37701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37701 is #3C88FE. Grayscale: #808080. Windows color (decimal): -3967231 or 96195. OLE color: 96195.
HSL color Cylindrical-coordinate representation of color #C37701: hue angle of 36.49º 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 #C37701 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.24 |
| HSL | 36.49º | 0.99% | 0.38% | - |
| HSV(B) | 36.49º | 0.99% | 0.76% | - |
| XYZ | 29.11 | 24.8 | 3.28 | - |
| YUV | 128.27 | 56.18 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 1 | 0 | 0.39 | 0.99 | 0.24 | 36.49 | 0.99 | 0.38 |
| Hex | C3 | 77 | 1 | 0 | 27 | 63 | 18 | 24 | 63 | 26 |
| Octal | 303 | 167 | 1 | 0 | 47 | 143 | 30 | 44 | 143 | 46 |
| Binary | 11000011 | 1110111 | 1 | 0 | 100111 | 1100011 | 11000 | 100100 | 1100011 | 100110 |
Color Harmonies of #C37701
Complementary color
Monochromatic Colors of #C37701
Black with #C37701
Text Example
Text Example
White with #C37701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37701; }
p { color: rgb(195,119,1); }
H1.HeaderClassName
{
color: #C37701;
}
.AnyTagClassName
{
color: #C37701;
}
</style>
background-color css
<style>
a { background-color: #C37701; }
a { background-color: rgb(195,119,1); }
div.DivClassName
{
background-color: #C37701;
}
.BgClassName
{
background-color: #C37701;
}
</style>
border-color css
<style>
span { border-color: #C37701; }
span { border-color: rgb(195,119,1); }
td.TdClassName
{
border-color: #C37701;
}
.TagClassName
{
border-color: #C37701;
}
</style>