Shades of Dark Goldenrod #C09200
Tints of Dark Goldenrod #C09200
RGB
CMYK
RGB Variations
Color information
#C09200 (or 0xC09200) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 00. RGB value is (192,146,0). Sum of RGB (Red+Green+Blue) = 192+146+0=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C09200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09200 is #3F6DFF. Grayscale: #8F8F8F. Windows color (decimal): -4156928 or 37568. OLE color: 37568.
HSL color Cylindrical-coordinate representation of color #C09200: hue angle of 45.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C09200 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.25 |
| HSL | 45.63º | 1% | 0.38% | - |
| HSV(B) | 45.63º | 1% | 0.75% | - |
| XYZ | 32.02 | 31.76 | 4.44 | - |
| YUV | 143.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 0 | 0 | 0.24 | 1 | 0.25 | 45.63 | 1 | 0.38 |
| Hex | C0 | 92 | 0 | 0 | 18 | 64 | 19 | 2E | 64 | 26 |
| Octal | 300 | 222 | 0 | 0 | 30 | 144 | 31 | 56 | 144 | 46 |
| Binary | 11000000 | 10010010 | 0 | 0 | 11000 | 1100100 | 11001 | 101110 | 1100100 | 100110 |
Color Harmonies of #C09200
Complementary color
Monochromatic Colors of #C09200
Black with #C09200
Text Example
Text Example
White with #C09200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09200; }
p { color: rgb(192,146,0); }
H1.HeaderClassName
{
color: #C09200;
}
.AnyTagClassName
{
color: #C09200;
}
</style>
background-color css
<style>
a { background-color: #C09200; }
a { background-color: rgb(192,146,0); }
div.DivClassName
{
background-color: #C09200;
}
.BgClassName
{
background-color: #C09200;
}
</style>
border-color css
<style>
span { border-color: #C09200; }
span { border-color: rgb(192,146,0); }
td.TdClassName
{
border-color: #C09200;
}
.TagClassName
{
border-color: #C09200;
}
</style>