Shades of Dark Goldenrod #C38D01
Tints of Dark Goldenrod #C38D01
RGB
CMYK
RGB Variations
Color information
#C38D01 (or 0xC38D01) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 01. RGB value is (195,141,1). Sum of RGB (Red+Green+Blue) = 195+141+1=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D01 is #3C72FE. Grayscale: #8D8D8D. Windows color (decimal): -3961599 or 101827. OLE color: 101827.
HSL color Cylindrical-coordinate representation of color #C38D01: hue angle of 43.3º 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 #C38D01 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.24 |
| HSL | 43.3º | 0.99% | 0.38% | - |
| HSV(B) | 43.3º | 0.99% | 0.76% | - |
| XYZ | 32.04 | 30.65 | 4.26 | - |
| YUV | 141.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 1 | 0 | 0.28 | 0.99 | 0.24 | 43.3 | 0.99 | 0.38 |
| Hex | C3 | 8D | 1 | 0 | 1C | 63 | 18 | 2B | 63 | 26 |
| Octal | 303 | 215 | 1 | 0 | 34 | 143 | 30 | 53 | 143 | 46 |
| Binary | 11000011 | 10001101 | 1 | 0 | 11100 | 1100011 | 11000 | 101011 | 1100011 | 100110 |
Color Harmonies of #C38D01
Complementary color
Monochromatic Colors of #C38D01
Black with #C38D01
Text Example
Text Example
White with #C38D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D01; }
p { color: rgb(195,141,1); }
H1.HeaderClassName
{
color: #C38D01;
}
.AnyTagClassName
{
color: #C38D01;
}
</style>
background-color css
<style>
a { background-color: #C38D01; }
a { background-color: rgb(195,141,1); }
div.DivClassName
{
background-color: #C38D01;
}
.BgClassName
{
background-color: #C38D01;
}
</style>
border-color css
<style>
span { border-color: #C38D01; }
span { border-color: rgb(195,141,1); }
td.TdClassName
{
border-color: #C38D01;
}
.TagClassName
{
border-color: #C38D01;
}
</style>