Shades of Dark Goldenrod #C29300
Tints of Dark Goldenrod #C29300
RGB
CMYK
RGB Variations
Color information
#C29300 (or 0xC29300) is known color: Dark Goldenrod. HEX triplet: C2, 93 and 00. RGB value is (194,147,0). Sum of RGB (Red+Green+Blue) = 194+147+0=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C29300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29300 is #3D6CFF. Grayscale: #909090. Windows color (decimal): -4025600 or 37826. OLE color: 37826.
HSL color Cylindrical-coordinate representation of color #C29300: hue angle of 45.46º 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 #C29300 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.24 |
| HSL | 45.46º | 1% | 0.38% | - |
| HSV(B) | 45.46º | 1% | 0.76% | - |
| XYZ | 32.68 | 32.34 | 4.52 | - |
| YUV | 144.3 | 46.57 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 0 | 0 | 0.24 | 1 | 0.24 | 45.46 | 1 | 0.38 |
| Hex | C2 | 93 | 0 | 0 | 18 | 64 | 18 | 2D | 64 | 26 |
| Octal | 302 | 223 | 0 | 0 | 30 | 144 | 30 | 55 | 144 | 46 |
| Binary | 11000010 | 10010011 | 0 | 0 | 11000 | 1100100 | 11000 | 101101 | 1100100 | 100110 |
Color Harmonies of #C29300
Complementary color
Monochromatic Colors of #C29300
Black with #C29300
Text Example
Text Example
White with #C29300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29300; }
p { color: rgb(194,147,0); }
H1.HeaderClassName
{
color: #C29300;
}
.AnyTagClassName
{
color: #C29300;
}
</style>
background-color css
<style>
a { background-color: #C29300; }
a { background-color: rgb(194,147,0); }
div.DivClassName
{
background-color: #C29300;
}
.BgClassName
{
background-color: #C29300;
}
</style>
border-color css
<style>
span { border-color: #C29300; }
span { border-color: rgb(194,147,0); }
td.TdClassName
{
border-color: #C29300;
}
.TagClassName
{
border-color: #C29300;
}
</style>