Shades of Dark Goldenrod #C38D00
Tints of Dark Goldenrod #C38D00
RGB
CMYK
RGB Variations
Color information
#C38D00 (or 0xC38D00) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 00. RGB value is (195,141,0). Sum of RGB (Red+Green+Blue) = 195+141+0=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D00 is #3C72FF. Grayscale: #8D8D8D. Windows color (decimal): -3961600 or 36291. OLE color: 36291.
HSL color Cylindrical-coordinate representation of color #C38D00: hue angle of 43.38º 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 #C38D00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.24 |
| HSL | 43.38º | 1% | 0.38% | - |
| HSV(B) | 43.38º | 1% | 0.76% | - |
| XYZ | 32.03 | 30.65 | 4.23 | - |
| YUV | 141.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 0 | 0 | 0.28 | 1 | 0.24 | 43.38 | 1 | 0.38 |
| Hex | C3 | 8D | 0 | 0 | 1C | 64 | 18 | 2B | 64 | 26 |
| Octal | 303 | 215 | 0 | 0 | 34 | 144 | 30 | 53 | 144 | 46 |
| Binary | 11000011 | 10001101 | 0 | 0 | 11100 | 1100100 | 11000 | 101011 | 1100100 | 100110 |
Color Harmonies of #C38D00
Complementary color
Monochromatic Colors of #C38D00
Black with #C38D00
Text Example
Text Example
White with #C38D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D00; }
p { color: rgb(195,141,0); }
H1.HeaderClassName
{
color: #C38D00;
}
.AnyTagClassName
{
color: #C38D00;
}
</style>
background-color css
<style>
a { background-color: #C38D00; }
a { background-color: rgb(195,141,0); }
div.DivClassName
{
background-color: #C38D00;
}
.BgClassName
{
background-color: #C38D00;
}
</style>
border-color css
<style>
span { border-color: #C38D00; }
span { border-color: rgb(195,141,0); }
td.TdClassName
{
border-color: #C38D00;
}
.TagClassName
{
border-color: #C38D00;
}
</style>