Shades of Dark Goldenrod #C09206
Tints of Dark Goldenrod #C09206
RGB
CMYK
RGB Variations
Color information
#C09206 (or 0xC09206) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 06. RGB value is (192,146,6). Sum of RGB (Red+Green+Blue) = 192+146+6=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C09206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09206 is #3F6DF9. Grayscale: #909090. Windows color (decimal): -4156922 or 430784. OLE color: 430784.
HSL color Cylindrical-coordinate representation of color #C09206: hue angle of 45.16º 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 #C09206 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 6 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.25 |
| HSL | 45.16º | 0.94% | 0.39% | - |
| HSV(B) | 45.16º | 0.97% | 0.75% | - |
| XYZ | 32.05 | 31.78 | 4.62 | - |
| YUV | 143.79 | 50.24 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 6 | 0 | 0.24 | 0.97 | 0.25 | 45.16 | 0.94 | 0.39 |
| Hex | C0 | 92 | 6 | 0 | 18 | 61 | 19 | 2D | 5E | 27 |
| Octal | 300 | 222 | 6 | 0 | 30 | 141 | 31 | 55 | 136 | 47 |
| Binary | 11000000 | 10010010 | 110 | 0 | 11000 | 1100001 | 11001 | 101101 | 1011110 | 100111 |
Color Harmonies of #C09206
Complementary color
Monochromatic Colors of #C09206
Black with #C09206
Text Example
Text Example
White with #C09206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09206; }
p { color: rgb(192,146,6); }
H1.HeaderClassName
{
color: #C09206;
}
.AnyTagClassName
{
color: #C09206;
}
</style>
background-color css
<style>
a { background-color: #C09206; }
a { background-color: rgb(192,146,6); }
div.DivClassName
{
background-color: #C09206;
}
.BgClassName
{
background-color: #C09206;
}
</style>
border-color css
<style>
span { border-color: #C09206; }
span { border-color: rgb(192,146,6); }
td.TdClassName
{
border-color: #C09206;
}
.TagClassName
{
border-color: #C09206;
}
</style>