Shades of Dark Goldenrod #C09506
Tints of Dark Goldenrod #C09506
RGB
CMYK
RGB Variations
Color information
#C09506 (or 0xC09506) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 06. RGB value is (192,149,6). Sum of RGB (Red+Green+Blue) = 192+149+6=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C09506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09506 is #3F6AF9. Grayscale: #929292. Windows color (decimal): -4156154 or 431552. OLE color: 431552.
HSL color Cylindrical-coordinate representation of color #C09506: hue angle of 46.13º 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 #C09506 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.25 |
| HSL | 46.13º | 0.94% | 0.39% | - |
| HSV(B) | 46.13º | 0.97% | 0.75% | - |
| XYZ | 32.52 | 32.71 | 4.77 | - |
| YUV | 145.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 6 | 0 | 0.22 | 0.97 | 0.25 | 46.13 | 0.94 | 0.39 |
| Hex | C0 | 95 | 6 | 0 | 16 | 61 | 19 | 2E | 5E | 27 |
| Octal | 300 | 225 | 6 | 0 | 26 | 141 | 31 | 56 | 136 | 47 |
| Binary | 11000000 | 10010101 | 110 | 0 | 10110 | 1100001 | 11001 | 101110 | 1011110 | 100111 |
Color Harmonies of #C09506
Complementary color
Monochromatic Colors of #C09506
Black with #C09506
Text Example
Text Example
White with #C09506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09506; }
p { color: rgb(192,149,6); }
H1.HeaderClassName
{
color: #C09506;
}
.AnyTagClassName
{
color: #C09506;
}
</style>
background-color css
<style>
a { background-color: #C09506; }
a { background-color: rgb(192,149,6); }
div.DivClassName
{
background-color: #C09506;
}
.BgClassName
{
background-color: #C09506;
}
</style>
border-color css
<style>
span { border-color: #C09506; }
span { border-color: rgb(192,149,6); }
td.TdClassName
{
border-color: #C09506;
}
.TagClassName
{
border-color: #C09506;
}
</style>