Shades of Dark Goldenrod #C38D04
Tints of Dark Goldenrod #C38D04
RGB
CMYK
RGB Variations
Color information
#C38D04 (or 0xC38D04) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 04. RGB value is (195,141,4). Sum of RGB (Red+Green+Blue) = 195+141+4=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D04 is #3C72FB. Grayscale: #8E8E8E. Windows color (decimal): -3961596 or 298435. OLE color: 298435.
HSL color Cylindrical-coordinate representation of color #C38D04: hue angle of 43.04º degrees, saturation: 0.96, 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 #C38D04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.24 |
| HSL | 43.04º | 0.96% | 0.39% | - |
| HSV(B) | 43.04º | 0.98% | 0.76% | - |
| XYZ | 32.05 | 30.66 | 4.34 | - |
| YUV | 141.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 4 | 0 | 0.28 | 0.98 | 0.24 | 43.04 | 0.96 | 0.39 |
| Hex | C3 | 8D | 4 | 0 | 1C | 62 | 18 | 2B | 60 | 27 |
| Octal | 303 | 215 | 4 | 0 | 34 | 142 | 30 | 53 | 140 | 47 |
| Binary | 11000011 | 10001101 | 100 | 0 | 11100 | 1100010 | 11000 | 101011 | 1100000 | 100111 |
Color Harmonies of #C38D04
Complementary color
Monochromatic Colors of #C38D04
Black with #C38D04
Text Example
Text Example
White with #C38D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D04; }
p { color: rgb(195,141,4); }
H1.HeaderClassName
{
color: #C38D04;
}
.AnyTagClassName
{
color: #C38D04;
}
</style>
background-color css
<style>
a { background-color: #C38D04; }
a { background-color: rgb(195,141,4); }
div.DivClassName
{
background-color: #C38D04;
}
.BgClassName
{
background-color: #C38D04;
}
</style>
border-color css
<style>
span { border-color: #C38D04; }
span { border-color: rgb(195,141,4); }
td.TdClassName
{
border-color: #C38D04;
}
.TagClassName
{
border-color: #C38D04;
}
</style>