Shades of Dark Goldenrod #C38610
Tints of Dark Goldenrod #C38610
RGB
CMYK
RGB Variations
Color information
#C38610 (or 0xC38610) is known color: Dark Goldenrod. HEX triplet: C3, 86 and 10. RGB value is (195,134,16). Sum of RGB (Red+Green+Blue) = 195+134+16=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C38610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38610 is #3C79EF. Grayscale: #8B8B8B. Windows color (decimal): -3963376 or 1083075. OLE color: 1083075.
HSL color Cylindrical-coordinate representation of color #C38610: hue angle of 39.55º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C38610 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 16 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.24 |
| HSL | 39.55º | 0.85% | 0.41% | - |
| HSV(B) | 39.55º | 0.92% | 0.76% | - |
| XYZ | 31.12 | 28.69 | 4.39 | - |
| YUV | 138.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 16 | 0 | 0.31 | 0.92 | 0.24 | 39.55 | 0.85 | 0.41 |
| Hex | C3 | 86 | 10 | 0 | 1F | 5C | 18 | 28 | 55 | 29 |
| Octal | 303 | 206 | 20 | 0 | 37 | 134 | 30 | 50 | 125 | 51 |
| Binary | 11000011 | 10000110 | 10000 | 0 | 11111 | 1011100 | 11000 | 101000 | 1010101 | 101001 |
Color Harmonies of #C38610
Complementary color
Monochromatic Colors of #C38610
Black with #C38610
Text Example
Text Example
White with #C38610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38610; }
p { color: rgb(195,134,16); }
H1.HeaderClassName
{
color: #C38610;
}
.AnyTagClassName
{
color: #C38610;
}
</style>
background-color css
<style>
a { background-color: #C38610; }
a { background-color: rgb(195,134,16); }
div.DivClassName
{
background-color: #C38610;
}
.BgClassName
{
background-color: #C38610;
}
</style>
border-color css
<style>
span { border-color: #C38610; }
span { border-color: rgb(195,134,16); }
td.TdClassName
{
border-color: #C38610;
}
.TagClassName
{
border-color: #C38610;
}
</style>