Shades of Dark Goldenrod #C37605
Tints of Dark Goldenrod #C37605
RGB
CMYK
RGB Variations
Color information
#C37605 (or 0xC37605) is known color: Dark Goldenrod. HEX triplet: C3, 76 and 05. RGB value is (195,118,5). Sum of RGB (Red+Green+Blue) = 195+118+5=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C37605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37605 is #3C89FA. Grayscale: #808080. Windows color (decimal): -3967483 or 358083. OLE color: 358083.
HSL color Cylindrical-coordinate representation of color #C37605: hue angle of 35.68º 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 #C37605 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.24 |
| HSL | 35.68º | 0.95% | 0.39% | - |
| HSV(B) | 35.68º | 0.97% | 0.76% | - |
| XYZ | 29.01 | 24.57 | 3.36 | - |
| YUV | 128.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 5 | 0 | 0.39 | 0.97 | 0.24 | 35.68 | 0.95 | 0.39 |
| Hex | C3 | 76 | 5 | 0 | 27 | 61 | 18 | 24 | 5F | 27 |
| Octal | 303 | 166 | 5 | 0 | 47 | 141 | 30 | 44 | 137 | 47 |
| Binary | 11000011 | 1110110 | 101 | 0 | 100111 | 1100001 | 11000 | 100100 | 1011111 | 100111 |
Color Harmonies of #C37605
Complementary color
Monochromatic Colors of #C37605
Black with #C37605
Text Example
Text Example
White with #C37605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37605; }
p { color: rgb(195,118,5); }
H1.HeaderClassName
{
color: #C37605;
}
.AnyTagClassName
{
color: #C37605;
}
</style>
background-color css
<style>
a { background-color: #C37605; }
a { background-color: rgb(195,118,5); }
div.DivClassName
{
background-color: #C37605;
}
.BgClassName
{
background-color: #C37605;
}
</style>
border-color css
<style>
span { border-color: #C37605; }
span { border-color: rgb(195,118,5); }
td.TdClassName
{
border-color: #C37605;
}
.TagClassName
{
border-color: #C37605;
}
</style>