Shades of Dark Goldenrod #C37D00
Tints of Dark Goldenrod #C37D00
RGB
CMYK
RGB Variations
Color information
#C37D00 (or 0xC37D00) is known color: Dark Goldenrod. HEX triplet: C3, 7D and 00. RGB value is (195,125,0). Sum of RGB (Red+Green+Blue) = 195+125+0=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37D00 is #3C82FF. Grayscale: #848484. Windows color (decimal): -3965696 or 32195. OLE color: 32195.
HSL color Cylindrical-coordinate representation of color #C37D00: hue angle of 38.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C37D00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.24 |
| HSL | 38.46º | 1% | 0.38% | - |
| HSV(B) | 38.46º | 1% | 0.76% | - |
| XYZ | 29.84 | 26.27 | 3.5 | - |
| YUV | 131.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 0 | 0 | 0.36 | 1 | 0.24 | 38.46 | 1 | 0.38 |
| Hex | C3 | 7D | 0 | 0 | 24 | 64 | 18 | 26 | 64 | 26 |
| Octal | 303 | 175 | 0 | 0 | 44 | 144 | 30 | 46 | 144 | 46 |
| Binary | 11000011 | 1111101 | 0 | 0 | 100100 | 1100100 | 11000 | 100110 | 1100100 | 100110 |
Color Harmonies of #C37D00
Complementary color
Monochromatic Colors of #C37D00
Black with #C37D00
Text Example
Text Example
White with #C37D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D00; }
p { color: rgb(195,125,0); }
H1.HeaderClassName
{
color: #C37D00;
}
.AnyTagClassName
{
color: #C37D00;
}
</style>
background-color css
<style>
a { background-color: #C37D00; }
a { background-color: rgb(195,125,0); }
div.DivClassName
{
background-color: #C37D00;
}
.BgClassName
{
background-color: #C37D00;
}
</style>
border-color css
<style>
span { border-color: #C37D00; }
span { border-color: rgb(195,125,0); }
td.TdClassName
{
border-color: #C37D00;
}
.TagClassName
{
border-color: #C37D00;
}
</style>