Shades of Dark Goldenrod #C29604
Tints of Dark Goldenrod #C29604
RGB
CMYK
RGB Variations
Color information
#C29604 (or 0xC29604) is known color: Dark Goldenrod. HEX triplet: C2, 96 and 04. RGB value is (194,150,4). Sum of RGB (Red+Green+Blue) = 194+150+4=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C29604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29604 is #3D69FB. Grayscale: #939393. Windows color (decimal): -4024828 or 300738. OLE color: 300738.
HSL color Cylindrical-coordinate representation of color #C29604: hue angle of 46.11º 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 #C29604 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.24 |
| HSL | 46.11º | 0.96% | 0.39% | - |
| HSV(B) | 46.11º | 0.98% | 0.76% | - |
| XYZ | 33.18 | 33.29 | 4.79 | - |
| YUV | 146.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 4 | 0 | 0.23 | 0.98 | 0.24 | 46.11 | 0.96 | 0.39 |
| Hex | C2 | 96 | 4 | 0 | 17 | 62 | 18 | 2E | 60 | 27 |
| Octal | 302 | 226 | 4 | 0 | 27 | 142 | 30 | 56 | 140 | 47 |
| Binary | 11000010 | 10010110 | 100 | 0 | 10111 | 1100010 | 11000 | 101110 | 1100000 | 100111 |
Color Harmonies of #C29604
Complementary color
Monochromatic Colors of #C29604
Black with #C29604
Text Example
Text Example
White with #C29604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29604; }
p { color: rgb(194,150,4); }
H1.HeaderClassName
{
color: #C29604;
}
.AnyTagClassName
{
color: #C29604;
}
</style>
background-color css
<style>
a { background-color: #C29604; }
a { background-color: rgb(194,150,4); }
div.DivClassName
{
background-color: #C29604;
}
.BgClassName
{
background-color: #C29604;
}
</style>
border-color css
<style>
span { border-color: #C29604; }
span { border-color: rgb(194,150,4); }
td.TdClassName
{
border-color: #C29604;
}
.TagClassName
{
border-color: #C29604;
}
</style>