Shades of Dark Goldenrod #C29000
Tints of Dark Goldenrod #C29000
RGB
CMYK
RGB Variations
Color information
#C29000 (or 0xC29000) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 00. RGB value is (194,144,0). Sum of RGB (Red+Green+Blue) = 194+144+0=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C29000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29000 is #3D6FFF. Grayscale: #8F8F8F. Windows color (decimal): -4026368 or 37058. OLE color: 37058.
HSL color Cylindrical-coordinate representation of color #C29000: hue angle of 44.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C29000 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.24 |
| HSL | 44.54º | 1% | 0.38% | - |
| HSV(B) | 44.54º | 1% | 0.76% | - |
| XYZ | 32.22 | 31.42 | 4.37 | - |
| YUV | 142.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 0 | 0 | 0.26 | 1 | 0.24 | 44.54 | 1 | 0.38 |
| Hex | C2 | 90 | 0 | 0 | 1A | 64 | 18 | 2D | 64 | 26 |
| Octal | 302 | 220 | 0 | 0 | 32 | 144 | 30 | 55 | 144 | 46 |
| Binary | 11000010 | 10010000 | 0 | 0 | 11010 | 1100100 | 11000 | 101101 | 1100100 | 100110 |
Color Harmonies of #C29000
Complementary color
Monochromatic Colors of #C29000
Black with #C29000
Text Example
Text Example
White with #C29000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29000; }
p { color: rgb(194,144,0); }
H1.HeaderClassName
{
color: #C29000;
}
.AnyTagClassName
{
color: #C29000;
}
</style>
background-color css
<style>
a { background-color: #C29000; }
a { background-color: rgb(194,144,0); }
div.DivClassName
{
background-color: #C29000;
}
.BgClassName
{
background-color: #C29000;
}
</style>
border-color css
<style>
span { border-color: #C29000; }
span { border-color: rgb(194,144,0); }
td.TdClassName
{
border-color: #C29000;
}
.TagClassName
{
border-color: #C29000;
}
</style>