Shades of Dark Goldenrod #C09700
Tints of Dark Goldenrod #C09700
RGB
CMYK
RGB Variations
Color information
#C09700 (or 0xC09700) is known color: Dark Goldenrod. HEX triplet: C0, 97 and 00. RGB value is (192,151,0). Sum of RGB (Red+Green+Blue) = 192+151+0=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C09700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09700 is #3F68FF. Grayscale: #929292. Windows color (decimal): -4155648 or 38848. OLE color: 38848.
HSL color Cylindrical-coordinate representation of color #C09700: hue angle of 47.19º 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 #C09700 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.25 |
| HSL | 47.19º | 1% | 0.38% | - |
| HSV(B) | 47.19º | 1% | 0.75% | - |
| XYZ | 32.8 | 33.34 | 4.71 | - |
| YUV | 146.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 0 | 0 | 0.21 | 1 | 0.25 | 47.19 | 1 | 0.38 |
| Hex | C0 | 97 | 0 | 0 | 15 | 64 | 19 | 2F | 64 | 26 |
| Octal | 300 | 227 | 0 | 0 | 25 | 144 | 31 | 57 | 144 | 46 |
| Binary | 11000000 | 10010111 | 0 | 0 | 10101 | 1100100 | 11001 | 101111 | 1100100 | 100110 |
Color Harmonies of #C09700
Complementary color
Monochromatic Colors of #C09700
Black with #C09700
Text Example
Text Example
White with #C09700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09700; }
p { color: rgb(192,151,0); }
H1.HeaderClassName
{
color: #C09700;
}
.AnyTagClassName
{
color: #C09700;
}
</style>
background-color css
<style>
a { background-color: #C09700; }
a { background-color: rgb(192,151,0); }
div.DivClassName
{
background-color: #C09700;
}
.BgClassName
{
background-color: #C09700;
}
</style>
border-color css
<style>
span { border-color: #C09700; }
span { border-color: rgb(192,151,0); }
td.TdClassName
{
border-color: #C09700;
}
.TagClassName
{
border-color: #C09700;
}
</style>