Shades of Dark Goldenrod #C38416
Tints of Dark Goldenrod #C38416
RGB
CMYK
RGB Variations
Color information
#C38416 (or 0xC38416) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 16. RGB value is (195,132,22). Sum of RGB (Red+Green+Blue) = 195+132+22=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C38416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38416 is #3C7BE9. Grayscale: #8A8A8A. Windows color (decimal): -3963882 or 1475779. OLE color: 1475779.
HSL color Cylindrical-coordinate representation of color #C38416: hue angle of 38.15º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C38416 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.24 |
| HSL | 38.15º | 0.8% | 0.43% | - |
| HSV(B) | 38.15º | 0.89% | 0.76% | - |
| XYZ | 30.9 | 28.16 | 4.57 | - |
| YUV | 138.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 22 | 0 | 0.32 | 0.89 | 0.24 | 38.15 | 0.8 | 0.43 |
| Hex | C3 | 84 | 16 | 0 | 20 | 59 | 18 | 26 | 50 | 2B |
| Octal | 303 | 204 | 26 | 0 | 40 | 131 | 30 | 46 | 120 | 53 |
| Binary | 11000011 | 10000100 | 10110 | 0 | 100000 | 1011001 | 11000 | 100110 | 1010000 | 101011 |
Color Harmonies of #C38416
Complementary color
Monochromatic Colors of #C38416
Black with #C38416
Text Example
Text Example
White with #C38416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38416; }
p { color: rgb(195,132,22); }
H1.HeaderClassName
{
color: #C38416;
}
.AnyTagClassName
{
color: #C38416;
}
</style>
background-color css
<style>
a { background-color: #C38416; }
a { background-color: rgb(195,132,22); }
div.DivClassName
{
background-color: #C38416;
}
.BgClassName
{
background-color: #C38416;
}
</style>
border-color css
<style>
span { border-color: #C38416; }
span { border-color: rgb(195,132,22); }
td.TdClassName
{
border-color: #C38416;
}
.TagClassName
{
border-color: #C38416;
}
</style>