Shades of Dark Goldenrod #C68404
Tints of Dark Goldenrod #C68404
RGB
CMYK
RGB Variations
Color information
#C68404 (or 0xC68404) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 04. RGB value is (198,132,4). Sum of RGB (Red+Green+Blue) = 198+132+4=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C68404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68404 is #397BFB. Grayscale: #898989. Windows color (decimal): -3767292 or 296134. OLE color: 296134.
HSL color Cylindrical-coordinate representation of color #C68404: hue angle of 39.59º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C68404 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.22 |
| HSL | 39.59º | 0.96% | 0.4% | - |
| HSV(B) | 39.59º | 0.98% | 0.78% | - |
| XYZ | 31.56 | 28.52 | 3.96 | - |
| YUV | 137.14 | 52.87 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 4 | 0 | 0.33 | 0.98 | 0.22 | 39.59 | 0.96 | 0.4 |
| Hex | C6 | 84 | 4 | 0 | 21 | 62 | 16 | 28 | 60 | 28 |
| Octal | 306 | 204 | 4 | 0 | 41 | 142 | 26 | 50 | 140 | 50 |
| Binary | 11000110 | 10000100 | 100 | 0 | 100001 | 1100010 | 10110 | 101000 | 1100000 | 101000 |
Color Harmonies of #C68404
Complementary color
Monochromatic Colors of #C68404
Black with #C68404
Text Example
Text Example
White with #C68404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68404; }
p { color: rgb(198,132,4); }
H1.HeaderClassName
{
color: #C68404;
}
.AnyTagClassName
{
color: #C68404;
}
</style>
background-color css
<style>
a { background-color: #C68404; }
a { background-color: rgb(198,132,4); }
div.DivClassName
{
background-color: #C68404;
}
.BgClassName
{
background-color: #C68404;
}
</style>
border-color css
<style>
span { border-color: #C68404; }
span { border-color: rgb(198,132,4); }
td.TdClassName
{
border-color: #C68404;
}
.TagClassName
{
border-color: #C68404;
}
</style>