Shades of Dark Goldenrod #C37A05
Tints of Dark Goldenrod #C37A05
RGB
CMYK
RGB Variations
Color information
#C37A05 (or 0xC37A05) is known color: Dark Goldenrod. HEX triplet: C3, 7A and 05. RGB value is (195,122,5). Sum of RGB (Red+Green+Blue) = 195+122+5=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37A05 is #3C85FA. Grayscale: #838383. Windows color (decimal): -3966459 or 359107. OLE color: 359107.
HSL color Cylindrical-coordinate representation of color #C37A05: hue angle of 36.95º 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 #C37A05 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.24 |
| HSL | 36.95º | 0.95% | 0.39% | - |
| HSV(B) | 36.95º | 0.97% | 0.76% | - |
| XYZ | 29.49 | 25.53 | 3.52 | - |
| YUV | 130.49 | 57.18 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 5 | 0 | 0.37 | 0.97 | 0.24 | 36.95 | 0.95 | 0.39 |
| Hex | C3 | 7A | 5 | 0 | 25 | 61 | 18 | 25 | 5F | 27 |
| Octal | 303 | 172 | 5 | 0 | 45 | 141 | 30 | 45 | 137 | 47 |
| Binary | 11000011 | 1111010 | 101 | 0 | 100101 | 1100001 | 11000 | 100101 | 1011111 | 100111 |
Color Harmonies of #C37A05
Complementary color
Monochromatic Colors of #C37A05
Black with #C37A05
Text Example
Text Example
White with #C37A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A05; }
p { color: rgb(195,122,5); }
H1.HeaderClassName
{
color: #C37A05;
}
.AnyTagClassName
{
color: #C37A05;
}
</style>
background-color css
<style>
a { background-color: #C37A05; }
a { background-color: rgb(195,122,5); }
div.DivClassName
{
background-color: #C37A05;
}
.BgClassName
{
background-color: #C37A05;
}
</style>
border-color css
<style>
span { border-color: #C37A05; }
span { border-color: rgb(195,122,5); }
td.TdClassName
{
border-color: #C37A05;
}
.TagClassName
{
border-color: #C37A05;
}
</style>