Shades of Dark Goldenrod #C09207
Tints of Dark Goldenrod #C09207
RGB
CMYK
RGB Variations
Color information
#C09207 (or 0xC09207) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 07. RGB value is (192,146,7). Sum of RGB (Red+Green+Blue) = 192+146+7=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C09207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09207 is #3F6DF8. Grayscale: #909090. Windows color (decimal): -4156921 or 496320. OLE color: 496320.
HSL color Cylindrical-coordinate representation of color #C09207: hue angle of 45.08º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C09207 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.25 |
| HSL | 45.08º | 0.93% | 0.39% | - |
| HSV(B) | 45.08º | 0.96% | 0.75% | - |
| XYZ | 32.06 | 31.78 | 4.65 | - |
| YUV | 143.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 7 | 0 | 0.24 | 0.96 | 0.25 | 45.08 | 0.93 | 0.39 |
| Hex | C0 | 92 | 7 | 0 | 18 | 60 | 19 | 2D | 5D | 27 |
| Octal | 300 | 222 | 7 | 0 | 30 | 140 | 31 | 55 | 135 | 47 |
| Binary | 11000000 | 10010010 | 111 | 0 | 11000 | 1100000 | 11001 | 101101 | 1011101 | 100111 |
Color Harmonies of #C09207
Complementary color
Monochromatic Colors of #C09207
Black with #C09207
Text Example
Text Example
White with #C09207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09207; }
p { color: rgb(192,146,7); }
H1.HeaderClassName
{
color: #C09207;
}
.AnyTagClassName
{
color: #C09207;
}
</style>
background-color css
<style>
a { background-color: #C09207; }
a { background-color: rgb(192,146,7); }
div.DivClassName
{
background-color: #C09207;
}
.BgClassName
{
background-color: #C09207;
}
</style>
border-color css
<style>
span { border-color: #C09207; }
span { border-color: rgb(192,146,7); }
td.TdClassName
{
border-color: #C09207;
}
.TagClassName
{
border-color: #C09207;
}
</style>