Shades of Dark Goldenrod #C37905
Tints of Dark Goldenrod #C37905
RGB
CMYK
RGB Variations
Color information
#C37905 (or 0xC37905) is known color: Dark Goldenrod. HEX triplet: C3, 79 and 05. RGB value is (195,121,5). Sum of RGB (Red+Green+Blue) = 195+121+5=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C37905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37905 is #3C86FA. Grayscale: #828282. Windows color (decimal): -3966715 or 358851. OLE color: 358851.
HSL color Cylindrical-coordinate representation of color #C37905: hue angle of 36.63º 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 #C37905 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.24 |
| HSL | 36.63º | 0.95% | 0.39% | - |
| HSV(B) | 36.63º | 0.97% | 0.76% | - |
| XYZ | 29.37 | 25.29 | 3.48 | - |
| YUV | 129.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 5 | 0 | 0.38 | 0.97 | 0.24 | 36.63 | 0.95 | 0.39 |
| Hex | C3 | 79 | 5 | 0 | 26 | 61 | 18 | 25 | 5F | 27 |
| Octal | 303 | 171 | 5 | 0 | 46 | 141 | 30 | 45 | 137 | 47 |
| Binary | 11000011 | 1111001 | 101 | 0 | 100110 | 1100001 | 11000 | 100101 | 1011111 | 100111 |
Color Harmonies of #C37905
Complementary color
Monochromatic Colors of #C37905
Black with #C37905
Text Example
Text Example
White with #C37905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37905; }
p { color: rgb(195,121,5); }
H1.HeaderClassName
{
color: #C37905;
}
.AnyTagClassName
{
color: #C37905;
}
</style>
background-color css
<style>
a { background-color: #C37905; }
a { background-color: rgb(195,121,5); }
div.DivClassName
{
background-color: #C37905;
}
.BgClassName
{
background-color: #C37905;
}
</style>
border-color css
<style>
span { border-color: #C37905; }
span { border-color: rgb(195,121,5); }
td.TdClassName
{
border-color: #C37905;
}
.TagClassName
{
border-color: #C37905;
}
</style>