Shades of Dark Goldenrod #C38315
Tints of Dark Goldenrod #C38315
RGB
CMYK
RGB Variations
Color information
#C38315 (or 0xC38315) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 15. RGB value is (195,131,21). Sum of RGB (Red+Green+Blue) = 195+131+21=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C38315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38315 is #3C7CEA. Grayscale: #8A8A8A. Windows color (decimal): -3964139 or 1409987. OLE color: 1409987.
HSL color Cylindrical-coordinate representation of color #C38315: hue angle of 37.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C38315 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 21 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.24 |
| HSL | 37.93º | 0.81% | 0.42% | - |
| HSV(B) | 37.93º | 0.89% | 0.76% | - |
| XYZ | 30.76 | 27.89 | 4.47 | - |
| YUV | 137.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 21 | 0 | 0.33 | 0.89 | 0.24 | 37.93 | 0.81 | 0.42 |
| Hex | C3 | 83 | 15 | 0 | 21 | 59 | 18 | 26 | 51 | 2A |
| Octal | 303 | 203 | 25 | 0 | 41 | 131 | 30 | 46 | 121 | 52 |
| Binary | 11000011 | 10000011 | 10101 | 0 | 100001 | 1011001 | 11000 | 100110 | 1010001 | 101010 |
Color Harmonies of #C38315
Complementary color
Monochromatic Colors of #C38315
Black with #C38315
Text Example
Text Example
White with #C38315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38315; }
p { color: rgb(195,131,21); }
H1.HeaderClassName
{
color: #C38315;
}
.AnyTagClassName
{
color: #C38315;
}
</style>
background-color css
<style>
a { background-color: #C38315; }
a { background-color: rgb(195,131,21); }
div.DivClassName
{
background-color: #C38315;
}
.BgClassName
{
background-color: #C38315;
}
</style>
border-color css
<style>
span { border-color: #C38315; }
span { border-color: rgb(195,131,21); }
td.TdClassName
{
border-color: #C38315;
}
.TagClassName
{
border-color: #C38315;
}
</style>