Shades of Dark Goldenrod #C37805
Tints of Dark Goldenrod #C37805
RGB
CMYK
RGB Variations
Color information
#C37805 (or 0xC37805) is known color: Dark Goldenrod. HEX triplet: C3, 78 and 05. RGB value is (195,120,5). Sum of RGB (Red+Green+Blue) = 195+120+5=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C37805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37805 is #3C87FA. Grayscale: #818181. Windows color (decimal): -3966971 or 358595. OLE color: 358595.
HSL color Cylindrical-coordinate representation of color #C37805: hue angle of 36.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C37805 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.24 |
| HSL | 36.32º | 0.95% | 0.39% | - |
| HSV(B) | 36.32º | 0.97% | 0.76% | - |
| XYZ | 29.25 | 25.05 | 3.44 | - |
| YUV | 129.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 5 | 0 | 0.38 | 0.97 | 0.24 | 36.32 | 0.95 | 0.39 |
| Hex | C3 | 78 | 5 | 0 | 26 | 61 | 18 | 24 | 5F | 27 |
| Octal | 303 | 170 | 5 | 0 | 46 | 141 | 30 | 44 | 137 | 47 |
| Binary | 11000011 | 1111000 | 101 | 0 | 100110 | 1100001 | 11000 | 100100 | 1011111 | 100111 |
Color Harmonies of #C37805
Complementary color
Monochromatic Colors of #C37805
Black with #C37805
Text Example
Text Example
White with #C37805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37805; }
p { color: rgb(195,120,5); }
H1.HeaderClassName
{
color: #C37805;
}
.AnyTagClassName
{
color: #C37805;
}
</style>
background-color css
<style>
a { background-color: #C37805; }
a { background-color: rgb(195,120,5); }
div.DivClassName
{
background-color: #C37805;
}
.BgClassName
{
background-color: #C37805;
}
</style>
border-color css
<style>
span { border-color: #C37805; }
span { border-color: rgb(195,120,5); }
td.TdClassName
{
border-color: #C37805;
}
.TagClassName
{
border-color: #C37805;
}
</style>