Shades of Dark Goldenrod #C29204
Tints of Dark Goldenrod #C29204
RGB
CMYK
RGB Variations
Color information
#C29204 (or 0xC29204) is known color: Dark Goldenrod. HEX triplet: C2, 92 and 04. RGB value is (194,146,4). Sum of RGB (Red+Green+Blue) = 194+146+4=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C29204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29204 is #3D6DFB. Grayscale: #909090. Windows color (decimal): -4025852 or 299714. OLE color: 299714.
HSL color Cylindrical-coordinate representation of color #C29204: hue angle of 44.84º 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 #C29204 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.24 |
| HSL | 44.84º | 0.96% | 0.39% | - |
| HSV(B) | 44.84º | 0.98% | 0.76% | - |
| XYZ | 32.55 | 32.04 | 4.58 | - |
| YUV | 144.16 | 48.9 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 4 | 0 | 0.25 | 0.98 | 0.24 | 44.84 | 0.96 | 0.39 |
| Hex | C2 | 92 | 4 | 0 | 19 | 62 | 18 | 2D | 60 | 27 |
| Octal | 302 | 222 | 4 | 0 | 31 | 142 | 30 | 55 | 140 | 47 |
| Binary | 11000010 | 10010010 | 100 | 0 | 11001 | 1100010 | 11000 | 101101 | 1100000 | 100111 |
Color Harmonies of #C29204
Complementary color
Monochromatic Colors of #C29204
Black with #C29204
Text Example
Text Example
White with #C29204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29204; }
p { color: rgb(194,146,4); }
H1.HeaderClassName
{
color: #C29204;
}
.AnyTagClassName
{
color: #C29204;
}
</style>
background-color css
<style>
a { background-color: #C29204; }
a { background-color: rgb(194,146,4); }
div.DivClassName
{
background-color: #C29204;
}
.BgClassName
{
background-color: #C29204;
}
</style>
border-color css
<style>
span { border-color: #C29204; }
span { border-color: rgb(194,146,4); }
td.TdClassName
{
border-color: #C29204;
}
.TagClassName
{
border-color: #C29204;
}
</style>