Shades of Dark Goldenrod #C38E15
Tints of Dark Goldenrod #C38E15
RGB
CMYK
RGB Variations
Color information
#C38E15 (or 0xC38E15) is known color: Dark Goldenrod. HEX triplet: C3, 8E and 15. RGB value is (195,142,21). Sum of RGB (Red+Green+Blue) = 195+142+21=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38E15 is #3C71EA. Grayscale: #909090. Windows color (decimal): -3961323 or 1412803. OLE color: 1412803.
HSL color Cylindrical-coordinate representation of color #C38E15: hue angle of 41.72º 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 #C38E15 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 21 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.24 |
| HSL | 41.72º | 0.81% | 0.42% | - |
| HSV(B) | 41.72º | 0.89% | 0.76% | - |
| XYZ | 32.31 | 31 | 4.99 | - |
| YUV | 144.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 21 | 0 | 0.27 | 0.89 | 0.24 | 41.72 | 0.81 | 0.42 |
| Hex | C3 | 8E | 15 | 0 | 1B | 59 | 18 | 2A | 51 | 2A |
| Octal | 303 | 216 | 25 | 0 | 33 | 131 | 30 | 52 | 121 | 52 |
| Binary | 11000011 | 10001110 | 10101 | 0 | 11011 | 1011001 | 11000 | 101010 | 1010001 | 101010 |
Color Harmonies of #C38E15
Complementary color
Monochromatic Colors of #C38E15
Black with #C38E15
Text Example
Text Example
White with #C38E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E15; }
p { color: rgb(195,142,21); }
H1.HeaderClassName
{
color: #C38E15;
}
.AnyTagClassName
{
color: #C38E15;
}
</style>
background-color css
<style>
a { background-color: #C38E15; }
a { background-color: rgb(195,142,21); }
div.DivClassName
{
background-color: #C38E15;
}
.BgClassName
{
background-color: #C38E15;
}
</style>
border-color css
<style>
span { border-color: #C38E15; }
span { border-color: rgb(195,142,21); }
td.TdClassName
{
border-color: #C38E15;
}
.TagClassName
{
border-color: #C38E15;
}
</style>