Shades of Dark Goldenrod #C38D03
Tints of Dark Goldenrod #C38D03
RGB
CMYK
RGB Variations
Color information
#C38D03 (or 0xC38D03) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 03. RGB value is (195,141,3). Sum of RGB (Red+Green+Blue) = 195+141+3=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D03 is #3C72FC. Grayscale: #8E8E8E. Windows color (decimal): -3961597 or 232899. OLE color: 232899.
HSL color Cylindrical-coordinate representation of color #C38D03: hue angle of 43.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C38D03 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.24 |
| HSL | 43.13º | 0.97% | 0.39% | - |
| HSV(B) | 43.13º | 0.98% | 0.76% | - |
| XYZ | 32.05 | 30.66 | 4.31 | - |
| YUV | 141.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 3 | 0 | 0.28 | 0.98 | 0.24 | 43.13 | 0.97 | 0.39 |
| Hex | C3 | 8D | 3 | 0 | 1C | 62 | 18 | 2B | 61 | 27 |
| Octal | 303 | 215 | 3 | 0 | 34 | 142 | 30 | 53 | 141 | 47 |
| Binary | 11000011 | 10001101 | 11 | 0 | 11100 | 1100010 | 11000 | 101011 | 1100001 | 100111 |
Color Harmonies of #C38D03
Complementary color
Monochromatic Colors of #C38D03
Black with #C38D03
Text Example
Text Example
White with #C38D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D03; }
p { color: rgb(195,141,3); }
H1.HeaderClassName
{
color: #C38D03;
}
.AnyTagClassName
{
color: #C38D03;
}
</style>
background-color css
<style>
a { background-color: #C38D03; }
a { background-color: rgb(195,141,3); }
div.DivClassName
{
background-color: #C38D03;
}
.BgClassName
{
background-color: #C38D03;
}
</style>
border-color css
<style>
span { border-color: #C38D03; }
span { border-color: rgb(195,141,3); }
td.TdClassName
{
border-color: #C38D03;
}
.TagClassName
{
border-color: #C38D03;
}
</style>