Shades of Dark Goldenrod #C09500
Tints of Dark Goldenrod #C09500
RGB
CMYK
RGB Variations
Color information
#C09500 (or 0xC09500) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 00. RGB value is (192,149,0). Sum of RGB (Red+Green+Blue) = 192+149+0=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C09500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09500 is #3F6AFF. Grayscale: #919191. Windows color (decimal): -4156160 or 38336. OLE color: 38336.
HSL color Cylindrical-coordinate representation of color #C09500: hue angle of 46.56º 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 #C09500 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.25 |
| HSL | 46.56º | 1% | 0.38% | - |
| HSV(B) | 46.56º | 1% | 0.75% | - |
| XYZ | 32.49 | 32.7 | 4.6 | - |
| YUV | 144.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 0 | 0 | 0.22 | 1 | 0.25 | 46.56 | 1 | 0.38 |
| Hex | C0 | 95 | 0 | 0 | 16 | 64 | 19 | 2F | 64 | 26 |
| Octal | 300 | 225 | 0 | 0 | 26 | 144 | 31 | 57 | 144 | 46 |
| Binary | 11000000 | 10010101 | 0 | 0 | 10110 | 1100100 | 11001 | 101111 | 1100100 | 100110 |
Color Harmonies of #C09500
Complementary color
Monochromatic Colors of #C09500
Black with #C09500
Text Example
Text Example
White with #C09500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09500; }
p { color: rgb(192,149,0); }
H1.HeaderClassName
{
color: #C09500;
}
.AnyTagClassName
{
color: #C09500;
}
</style>
background-color css
<style>
a { background-color: #C09500; }
a { background-color: rgb(192,149,0); }
div.DivClassName
{
background-color: #C09500;
}
.BgClassName
{
background-color: #C09500;
}
</style>
border-color css
<style>
span { border-color: #C09500; }
span { border-color: rgb(192,149,0); }
td.TdClassName
{
border-color: #C09500;
}
.TagClassName
{
border-color: #C09500;
}
</style>