Shades of Dark Goldenrod #C38415
Tints of Dark Goldenrod #C38415
RGB
CMYK
RGB Variations
Color information
#C38415 (or 0xC38415) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 15. RGB value is (195,132,21). Sum of RGB (Red+Green+Blue) = 195+132+21=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C38415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38415 is #3C7BEA. Grayscale: #8A8A8A. Windows color (decimal): -3963883 or 1410243. OLE color: 1410243.
HSL color Cylindrical-coordinate representation of color #C38415: hue angle of 38.28º 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 #C38415 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 21 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.24 |
| HSL | 38.28º | 0.81% | 0.42% | - |
| HSV(B) | 38.28º | 0.89% | 0.76% | - |
| XYZ | 30.89 | 28.16 | 4.52 | - |
| YUV | 138.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 21 | 0 | 0.32 | 0.89 | 0.24 | 38.28 | 0.81 | 0.42 |
| Hex | C3 | 84 | 15 | 0 | 20 | 59 | 18 | 26 | 51 | 2A |
| Octal | 303 | 204 | 25 | 0 | 40 | 131 | 30 | 46 | 121 | 52 |
| Binary | 11000011 | 10000100 | 10101 | 0 | 100000 | 1011001 | 11000 | 100110 | 1010001 | 101010 |
Color Harmonies of #C38415
Complementary color
Monochromatic Colors of #C38415
Black with #C38415
Text Example
Text Example
White with #C38415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38415; }
p { color: rgb(195,132,21); }
H1.HeaderClassName
{
color: #C38415;
}
.AnyTagClassName
{
color: #C38415;
}
</style>
background-color css
<style>
a { background-color: #C38415; }
a { background-color: rgb(195,132,21); }
div.DivClassName
{
background-color: #C38415;
}
.BgClassName
{
background-color: #C38415;
}
</style>
border-color css
<style>
span { border-color: #C38415; }
span { border-color: rgb(195,132,21); }
td.TdClassName
{
border-color: #C38415;
}
.TagClassName
{
border-color: #C38415;
}
</style>