Shades of Dark Goldenrod #C37A0B
Tints of Dark Goldenrod #C37A0B
RGB
CMYK
RGB Variations
Color information
#C37A0B (or 0xC37A0B) is known color: Dark Goldenrod. HEX triplet: C3, 7A and 0B. RGB value is (195,122,11). Sum of RGB (Red+Green+Blue) = 195+122+11=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37A0B is #3C85F4. Grayscale: #838383. Windows color (decimal): -3966453 or 752323. OLE color: 752323.
HSL color Cylindrical-coordinate representation of color #C37A0B: hue angle of 36.2º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C37A0B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.24 |
| HSL | 36.2º | 0.89% | 0.4% | - |
| HSV(B) | 36.2º | 0.94% | 0.76% | - |
| XYZ | 29.53 | 25.55 | 3.69 | - |
| YUV | 131.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 11 | 0 | 0.37 | 0.94 | 0.24 | 36.2 | 0.89 | 0.4 |
| Hex | C3 | 7A | B | 0 | 25 | 5E | 18 | 24 | 59 | 28 |
| Octal | 303 | 172 | 13 | 0 | 45 | 136 | 30 | 44 | 131 | 50 |
| Binary | 11000011 | 1111010 | 1011 | 0 | 100101 | 1011110 | 11000 | 100100 | 1011001 | 101000 |
Color Harmonies of #C37A0B
Complementary color
Monochromatic Colors of #C37A0B
Black with #C37A0B
Text Example
Text Example
White with #C37A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A0B; }
p { color: rgb(195,122,11); }
H1.HeaderClassName
{
color: #C37A0B;
}
.AnyTagClassName
{
color: #C37A0B;
}
</style>
background-color css
<style>
a { background-color: #C37A0B; }
a { background-color: rgb(195,122,11); }
div.DivClassName
{
background-color: #C37A0B;
}
.BgClassName
{
background-color: #C37A0B;
}
</style>
border-color css
<style>
span { border-color: #C37A0B; }
span { border-color: rgb(195,122,11); }
td.TdClassName
{
border-color: #C37A0B;
}
.TagClassName
{
border-color: #C37A0B;
}
</style>