Shades of Dark Goldenrod #C38404
Tints of Dark Goldenrod #C38404
RGB
CMYK
RGB Variations
Color information
#C38404 (or 0xC38404) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 04. RGB value is (195,132,4). Sum of RGB (Red+Green+Blue) = 195+132+4=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C38404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38404 is #3C7BFB. Grayscale: #888888. Windows color (decimal): -3963900 or 296131. OLE color: 296131.
HSL color Cylindrical-coordinate representation of color #C38404: hue angle of 40.21º 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 #C38404 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.24 |
| HSL | 40.21º | 0.96% | 0.39% | - |
| HSV(B) | 40.21º | 0.98% | 0.76% | - |
| XYZ | 30.78 | 28.11 | 3.92 | - |
| YUV | 136.25 | 53.37 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 4 | 0 | 0.32 | 0.98 | 0.24 | 40.21 | 0.96 | 0.39 |
| Hex | C3 | 84 | 4 | 0 | 20 | 62 | 18 | 28 | 60 | 27 |
| Octal | 303 | 204 | 4 | 0 | 40 | 142 | 30 | 50 | 140 | 47 |
| Binary | 11000011 | 10000100 | 100 | 0 | 100000 | 1100010 | 11000 | 101000 | 1100000 | 100111 |
Color Harmonies of #C38404
Complementary color
Monochromatic Colors of #C38404
Black with #C38404
Text Example
Text Example
White with #C38404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38404; }
p { color: rgb(195,132,4); }
H1.HeaderClassName
{
color: #C38404;
}
.AnyTagClassName
{
color: #C38404;
}
</style>
background-color css
<style>
a { background-color: #C38404; }
a { background-color: rgb(195,132,4); }
div.DivClassName
{
background-color: #C38404;
}
.BgClassName
{
background-color: #C38404;
}
</style>
border-color css
<style>
span { border-color: #C38404; }
span { border-color: rgb(195,132,4); }
td.TdClassName
{
border-color: #C38404;
}
.TagClassName
{
border-color: #C38404;
}
</style>