Shades of Dark Goldenrod #C38D05
Tints of Dark Goldenrod #C38D05
RGB
CMYK
RGB Variations
Color information
#C38D05 (or 0xC38D05) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 05. RGB value is (195,141,5). Sum of RGB (Red+Green+Blue) = 195+141+5=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D05 is #3C72FA. Grayscale: #8E8E8E. Windows color (decimal): -3961595 or 363971. OLE color: 363971.
HSL color Cylindrical-coordinate representation of color #C38D05: hue angle of 42.95º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C38D05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.24 |
| HSL | 42.95º | 0.95% | 0.39% | - |
| HSV(B) | 42.95º | 0.97% | 0.76% | - |
| XYZ | 32.06 | 30.66 | 4.37 | - |
| YUV | 141.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 5 | 0 | 0.28 | 0.97 | 0.24 | 42.95 | 0.95 | 0.39 |
| Hex | C3 | 8D | 5 | 0 | 1C | 61 | 18 | 2B | 5F | 27 |
| Octal | 303 | 215 | 5 | 0 | 34 | 141 | 30 | 53 | 137 | 47 |
| Binary | 11000011 | 10001101 | 101 | 0 | 11100 | 1100001 | 11000 | 101011 | 1011111 | 100111 |
Color Harmonies of #C38D05
Complementary color
Monochromatic Colors of #C38D05
Black with #C38D05
Text Example
Text Example
White with #C38D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D05; }
p { color: rgb(195,141,5); }
H1.HeaderClassName
{
color: #C38D05;
}
.AnyTagClassName
{
color: #C38D05;
}
</style>
background-color css
<style>
a { background-color: #C38D05; }
a { background-color: rgb(195,141,5); }
div.DivClassName
{
background-color: #C38D05;
}
.BgClassName
{
background-color: #C38D05;
}
</style>
border-color css
<style>
span { border-color: #C38D05; }
span { border-color: rgb(195,141,5); }
td.TdClassName
{
border-color: #C38D05;
}
.TagClassName
{
border-color: #C38D05;
}
</style>