Shades of Dark Goldenrod #C09109
Tints of Dark Goldenrod #C09109
RGB
CMYK
RGB Variations
Color information
#C09109 (or 0xC09109) is known color: Dark Goldenrod. HEX triplet: C0, 91 and 09. RGB value is (192,145,9). Sum of RGB (Red+Green+Blue) = 192+145+9=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C09109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09109 is #3F6EF6. Grayscale: #909090. Windows color (decimal): -4157175 or 627136. OLE color: 627136.
HSL color Cylindrical-coordinate representation of color #C09109: hue angle of 44.59º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C09109 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.25 |
| HSL | 44.59º | 0.91% | 0.39% | - |
| HSV(B) | 44.59º | 0.95% | 0.75% | - |
| XYZ | 31.91 | 31.48 | 4.65 | - |
| YUV | 143.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 9 | 0 | 0.24 | 0.95 | 0.25 | 44.59 | 0.91 | 0.39 |
| Hex | C0 | 91 | 9 | 0 | 18 | 5F | 19 | 2D | 5B | 27 |
| Octal | 300 | 221 | 11 | 0 | 30 | 137 | 31 | 55 | 133 | 47 |
| Binary | 11000000 | 10010001 | 1001 | 0 | 11000 | 1011111 | 11001 | 101101 | 1011011 | 100111 |
Color Harmonies of #C09109
Complementary color
Monochromatic Colors of #C09109
Black with #C09109
Text Example
Text Example
White with #C09109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09109; }
p { color: rgb(192,145,9); }
H1.HeaderClassName
{
color: #C09109;
}
.AnyTagClassName
{
color: #C09109;
}
</style>
background-color css
<style>
a { background-color: #C09109; }
a { background-color: rgb(192,145,9); }
div.DivClassName
{
background-color: #C09109;
}
.BgClassName
{
background-color: #C09109;
}
</style>
border-color css
<style>
span { border-color: #C09109; }
span { border-color: rgb(192,145,9); }
td.TdClassName
{
border-color: #C09109;
}
.TagClassName
{
border-color: #C09109;
}
</style>