Shades of Dark Goldenrod #C08404
Tints of Dark Goldenrod #C08404
RGB
CMYK
RGB Variations
Color information
#C08404 (or 0xC08404) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 04. RGB value is (192,132,4). Sum of RGB (Red+Green+Blue) = 192+132+4=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C08404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08404 is #3F7BFB. Grayscale: #878787. Windows color (decimal): -4160508 or 296128. OLE color: 296128.
HSL color Cylindrical-coordinate representation of color #C08404: hue angle of 40.85º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C08404 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.25 |
| HSL | 40.85º | 0.96% | 0.38% | - |
| HSV(B) | 40.85º | 0.98% | 0.75% | - |
| XYZ | 30.01 | 27.72 | 3.88 | - |
| YUV | 135.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 4 | 0 | 0.31 | 0.98 | 0.25 | 40.85 | 0.96 | 0.38 |
| Hex | C0 | 84 | 4 | 0 | 1F | 62 | 19 | 29 | 60 | 26 |
| Octal | 300 | 204 | 4 | 0 | 37 | 142 | 31 | 51 | 140 | 46 |
| Binary | 11000000 | 10000100 | 100 | 0 | 11111 | 1100010 | 11001 | 101001 | 1100000 | 100110 |
Color Harmonies of #C08404
Complementary color
Monochromatic Colors of #C08404
Black with #C08404
Text Example
Text Example
White with #C08404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08404; }
p { color: rgb(192,132,4); }
H1.HeaderClassName
{
color: #C08404;
}
.AnyTagClassName
{
color: #C08404;
}
</style>
background-color css
<style>
a { background-color: #C08404; }
a { background-color: rgb(192,132,4); }
div.DivClassName
{
background-color: #C08404;
}
.BgClassName
{
background-color: #C08404;
}
</style>
border-color css
<style>
span { border-color: #C08404; }
span { border-color: rgb(192,132,4); }
td.TdClassName
{
border-color: #C08404;
}
.TagClassName
{
border-color: #C08404;
}
</style>