Shades of Dark Goldenrod #C29108
Tints of Dark Goldenrod #C29108
RGB
CMYK
RGB Variations
Color information
#C29108 (or 0xC29108) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 08. RGB value is (194,145,8). Sum of RGB (Red+Green+Blue) = 194+145+8=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C29108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29108 is #3D6EF7. Grayscale: #909090. Windows color (decimal): -4026104 or 561602. OLE color: 561602.
HSL color Cylindrical-coordinate representation of color #C29108: hue angle of 44.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29108 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.24 |
| HSL | 44.19º | 0.92% | 0.4% | - |
| HSV(B) | 44.19º | 0.96% | 0.76% | - |
| XYZ | 32.42 | 31.74 | 4.65 | - |
| YUV | 144.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 8 | 0 | 0.25 | 0.96 | 0.24 | 44.19 | 0.92 | 0.4 |
| Hex | C2 | 91 | 8 | 0 | 19 | 60 | 18 | 2C | 5C | 28 |
| Octal | 302 | 221 | 10 | 0 | 31 | 140 | 30 | 54 | 134 | 50 |
| Binary | 11000010 | 10010001 | 1000 | 0 | 11001 | 1100000 | 11000 | 101100 | 1011100 | 101000 |
Color Harmonies of #C29108
Complementary color
Monochromatic Colors of #C29108
Black with #C29108
Text Example
Text Example
White with #C29108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29108; }
p { color: rgb(194,145,8); }
H1.HeaderClassName
{
color: #C29108;
}
.AnyTagClassName
{
color: #C29108;
}
</style>
background-color css
<style>
a { background-color: #C29108; }
a { background-color: rgb(194,145,8); }
div.DivClassName
{
background-color: #C29108;
}
.BgClassName
{
background-color: #C29108;
}
</style>
border-color css
<style>
span { border-color: #C29108; }
span { border-color: rgb(194,145,8); }
td.TdClassName
{
border-color: #C29108;
}
.TagClassName
{
border-color: #C29108;
}
</style>