Shades of Dark Goldenrod #C38601
Tints of Dark Goldenrod #C38601
RGB
CMYK
RGB Variations
Color information
#C38601 (or 0xC38601) is known color: Dark Goldenrod. HEX triplet: C3, 86 and 01. RGB value is (195,134,1). Sum of RGB (Red+Green+Blue) = 195+134+1=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C38601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38601 is #3C79FE. Grayscale: #898989. Windows color (decimal): -3963391 or 100035. OLE color: 100035.
HSL color Cylindrical-coordinate representation of color #C38601: hue angle of 41.13º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C38601 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.24 |
| HSL | 41.13º | 0.99% | 0.38% | - |
| HSV(B) | 41.13º | 0.99% | 0.76% | - |
| XYZ | 31.04 | 28.65 | 3.92 | - |
| YUV | 137.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 1 | 0 | 0.31 | 0.99 | 0.24 | 41.13 | 0.99 | 0.38 |
| Hex | C3 | 86 | 1 | 0 | 1F | 63 | 18 | 29 | 63 | 26 |
| Octal | 303 | 206 | 1 | 0 | 37 | 143 | 30 | 51 | 143 | 46 |
| Binary | 11000011 | 10000110 | 1 | 0 | 11111 | 1100011 | 11000 | 101001 | 1100011 | 100110 |
Color Harmonies of #C38601
Complementary color
Monochromatic Colors of #C38601
Black with #C38601
Text Example
Text Example
White with #C38601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38601; }
p { color: rgb(195,134,1); }
H1.HeaderClassName
{
color: #C38601;
}
.AnyTagClassName
{
color: #C38601;
}
</style>
background-color css
<style>
a { background-color: #C38601; }
a { background-color: rgb(195,134,1); }
div.DivClassName
{
background-color: #C38601;
}
.BgClassName
{
background-color: #C38601;
}
</style>
border-color css
<style>
span { border-color: #C38601; }
span { border-color: rgb(195,134,1); }
td.TdClassName
{
border-color: #C38601;
}
.TagClassName
{
border-color: #C38601;
}
</style>