Shades of Dark Goldenrod #C38501
Tints of Dark Goldenrod #C38501
RGB
CMYK
RGB Variations
Color information
#C38501 (or 0xC38501) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 01. RGB value is (195,133,1). Sum of RGB (Red+Green+Blue) = 195+133+1=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38501 is #3C7AFE. Grayscale: #898989. Windows color (decimal): -3963647 or 99779. OLE color: 99779.
HSL color Cylindrical-coordinate representation of color #C38501: hue angle of 40.82º 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 #C38501 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.24 |
| HSL | 40.82º | 0.99% | 0.38% | - |
| HSV(B) | 40.82º | 0.99% | 0.76% | - |
| XYZ | 30.9 | 28.38 | 3.88 | - |
| YUV | 136.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 1 | 0 | 0.32 | 0.99 | 0.24 | 40.82 | 0.99 | 0.38 |
| Hex | C3 | 85 | 1 | 0 | 20 | 63 | 18 | 29 | 63 | 26 |
| Octal | 303 | 205 | 1 | 0 | 40 | 143 | 30 | 51 | 143 | 46 |
| Binary | 11000011 | 10000101 | 1 | 0 | 100000 | 1100011 | 11000 | 101001 | 1100011 | 100110 |
Color Harmonies of #C38501
Complementary color
Monochromatic Colors of #C38501
Black with #C38501
Text Example
Text Example
White with #C38501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38501; }
p { color: rgb(195,133,1); }
H1.HeaderClassName
{
color: #C38501;
}
.AnyTagClassName
{
color: #C38501;
}
</style>
background-color css
<style>
a { background-color: #C38501; }
a { background-color: rgb(195,133,1); }
div.DivClassName
{
background-color: #C38501;
}
.BgClassName
{
background-color: #C38501;
}
</style>
border-color css
<style>
span { border-color: #C38501; }
span { border-color: rgb(195,133,1); }
td.TdClassName
{
border-color: #C38501;
}
.TagClassName
{
border-color: #C38501;
}
</style>