Shades of Dark Goldenrod #C09306
Tints of Dark Goldenrod #C09306
RGB
CMYK
RGB Variations
Color information
#C09306 (or 0xC09306) is known color: Dark Goldenrod. HEX triplet: C0, 93 and 06. RGB value is (192,147,6). Sum of RGB (Red+Green+Blue) = 192+147+6=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C09306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09306 is #3F6CF9. Grayscale: #909090. Windows color (decimal): -4156666 or 431040. OLE color: 431040.
HSL color Cylindrical-coordinate representation of color #C09306: hue angle of 45.48º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C09306 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.25 |
| HSL | 45.48º | 0.94% | 0.39% | - |
| HSV(B) | 45.48º | 0.97% | 0.75% | - |
| XYZ | 32.2 | 32.09 | 4.67 | - |
| YUV | 144.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 6 | 0 | 0.23 | 0.97 | 0.25 | 45.48 | 0.94 | 0.39 |
| Hex | C0 | 93 | 6 | 0 | 17 | 61 | 19 | 2D | 5E | 27 |
| Octal | 300 | 223 | 6 | 0 | 27 | 141 | 31 | 55 | 136 | 47 |
| Binary | 11000000 | 10010011 | 110 | 0 | 10111 | 1100001 | 11001 | 101101 | 1011110 | 100111 |
Color Harmonies of #C09306
Complementary color
Monochromatic Colors of #C09306
Black with #C09306
Text Example
Text Example
White with #C09306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09306; }
p { color: rgb(192,147,6); }
H1.HeaderClassName
{
color: #C09306;
}
.AnyTagClassName
{
color: #C09306;
}
</style>
background-color css
<style>
a { background-color: #C09306; }
a { background-color: rgb(192,147,6); }
div.DivClassName
{
background-color: #C09306;
}
.BgClassName
{
background-color: #C09306;
}
</style>
border-color css
<style>
span { border-color: #C09306; }
span { border-color: rgb(192,147,6); }
td.TdClassName
{
border-color: #C09306;
}
.TagClassName
{
border-color: #C09306;
}
</style>