Shades of Dark Goldenrod #C29900
Tints of Dark Goldenrod #C29900
RGB
CMYK
RGB Variations
Color information
#C29900 (or 0xC29900) is known color: Dark Goldenrod. HEX triplet: C2, 99 and 00. RGB value is (194,153,0). Sum of RGB (Red+Green+Blue) = 194+153+0=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C29900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29900 is #3D66FF. Grayscale: #949494. Windows color (decimal): -4024064 or 39362. OLE color: 39362.
HSL color Cylindrical-coordinate representation of color #C29900: hue angle of 47.32º 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 #C29900 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.24 |
| HSL | 47.32º | 1% | 0.38% | - |
| HSV(B) | 47.32º | 1% | 0.76% | - |
| XYZ | 33.64 | 34.25 | 4.84 | - |
| YUV | 147.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 0 | 0 | 0.21 | 1 | 0.24 | 47.32 | 1 | 0.38 |
| Hex | C2 | 99 | 0 | 0 | 15 | 64 | 18 | 2F | 64 | 26 |
| Octal | 302 | 231 | 0 | 0 | 25 | 144 | 30 | 57 | 144 | 46 |
| Binary | 11000010 | 10011001 | 0 | 0 | 10101 | 1100100 | 11000 | 101111 | 1100100 | 100110 |
Color Harmonies of #C29900
Complementary color
Monochromatic Colors of #C29900
Black with #C29900
Text Example
Text Example
White with #C29900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29900; }
p { color: rgb(194,153,0); }
H1.HeaderClassName
{
color: #C29900;
}
.AnyTagClassName
{
color: #C29900;
}
</style>
background-color css
<style>
a { background-color: #C29900; }
a { background-color: rgb(194,153,0); }
div.DivClassName
{
background-color: #C29900;
}
.BgClassName
{
background-color: #C29900;
}
</style>
border-color css
<style>
span { border-color: #C29900; }
span { border-color: rgb(194,153,0); }
td.TdClassName
{
border-color: #C29900;
}
.TagClassName
{
border-color: #C29900;
}
</style>