Shades of Dark Goldenrod #C38500
Tints of Dark Goldenrod #C38500
RGB
CMYK
RGB Variations
Color information
#C38500 (or 0xC38500) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 00. RGB value is (195,133,0). Sum of RGB (Red+Green+Blue) = 195+133+0=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C38500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38500 is #3C7AFF. Grayscale: #888888. Windows color (decimal): -3963648 or 34243. OLE color: 34243.
HSL color Cylindrical-coordinate representation of color #C38500: hue angle of 40.92º 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 #C38500 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.24 |
| HSL | 40.92º | 1% | 0.38% | - |
| HSV(B) | 40.92º | 1% | 0.76% | - |
| XYZ | 30.89 | 28.38 | 3.85 | - |
| YUV | 136.38 | 51.04 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 0 | 0 | 0.32 | 1 | 0.24 | 40.92 | 1 | 0.38 |
| Hex | C3 | 85 | 0 | 0 | 20 | 64 | 18 | 29 | 64 | 26 |
| Octal | 303 | 205 | 0 | 0 | 40 | 144 | 30 | 51 | 144 | 46 |
| Binary | 11000011 | 10000101 | 0 | 0 | 100000 | 1100100 | 11000 | 101001 | 1100100 | 100110 |
Color Harmonies of #C38500
Complementary color
Monochromatic Colors of #C38500
Black with #C38500
Text Example
Text Example
White with #C38500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38500; }
p { color: rgb(195,133,0); }
H1.HeaderClassName
{
color: #C38500;
}
.AnyTagClassName
{
color: #C38500;
}
</style>
background-color css
<style>
a { background-color: #C38500; }
a { background-color: rgb(195,133,0); }
div.DivClassName
{
background-color: #C38500;
}
.BgClassName
{
background-color: #C38500;
}
</style>
border-color css
<style>
span { border-color: #C38500; }
span { border-color: rgb(195,133,0); }
td.TdClassName
{
border-color: #C38500;
}
.TagClassName
{
border-color: #C38500;
}
</style>