Shades of Dark Goldenrod #C29109
Tints of Dark Goldenrod #C29109
RGB
CMYK
RGB Variations
Color information
#C29109 (or 0xC29109) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 09. RGB value is (194,145,9). Sum of RGB (Red+Green+Blue) = 194+145+9=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C29109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29109 is #3D6EF6. Grayscale: #909090. Windows color (decimal): -4026103 or 627138. OLE color: 627138.
HSL color Cylindrical-coordinate representation of color #C29109: hue angle of 44.11º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C29109 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 9 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.24 |
| HSL | 44.11º | 0.91% | 0.4% | - |
| HSV(B) | 44.11º | 0.95% | 0.76% | - |
| XYZ | 32.42 | 31.74 | 4.68 | - |
| YUV | 144.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 9 | 0 | 0.25 | 0.95 | 0.24 | 44.11 | 0.91 | 0.4 |
| Hex | C2 | 91 | 9 | 0 | 19 | 5F | 18 | 2C | 5B | 28 |
| Octal | 302 | 221 | 11 | 0 | 31 | 137 | 30 | 54 | 133 | 50 |
| Binary | 11000010 | 10010001 | 1001 | 0 | 11001 | 1011111 | 11000 | 101100 | 1011011 | 101000 |
Color Harmonies of #C29109
Complementary color
Monochromatic Colors of #C29109
Black with #C29109
Text Example
Text Example
White with #C29109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29109; }
p { color: rgb(194,145,9); }
H1.HeaderClassName
{
color: #C29109;
}
.AnyTagClassName
{
color: #C29109;
}
</style>
background-color css
<style>
a { background-color: #C29109; }
a { background-color: rgb(194,145,9); }
div.DivClassName
{
background-color: #C29109;
}
.BgClassName
{
background-color: #C29109;
}
</style>
border-color css
<style>
span { border-color: #C29109; }
span { border-color: rgb(194,145,9); }
td.TdClassName
{
border-color: #C29109;
}
.TagClassName
{
border-color: #C29109;
}
</style>