Shades of Dark Goldenrod #C09C00
Tints of Dark Goldenrod #C09C00
RGB
CMYK
RGB Variations
Color information
#C09C00 (or 0xC09C00) is known color: Dark Goldenrod. HEX triplet: C0, 9C and 00. RGB value is (192,156,0). Sum of RGB (Red+Green+Blue) = 192+156+0=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C00 is #3F63FF. Grayscale: #959595. Windows color (decimal): -4154368 or 40128. OLE color: 40128.
HSL color Cylindrical-coordinate representation of color #C09C00: hue angle of 48.75º 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 #C09C00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.25 |
| HSL | 48.75º | 1% | 0.38% | - |
| HSV(B) | 48.75º | 1% | 0.75% | - |
| XYZ | 33.63 | 34.98 | 4.98 | - |
| YUV | 148.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 0 | 0 | 0.19 | 1 | 0.25 | 48.75 | 1 | 0.38 |
| Hex | C0 | 9C | 0 | 0 | 13 | 64 | 19 | 31 | 64 | 26 |
| Octal | 300 | 234 | 0 | 0 | 23 | 144 | 31 | 61 | 144 | 46 |
| Binary | 11000000 | 10011100 | 0 | 0 | 10011 | 1100100 | 11001 | 110001 | 1100100 | 100110 |
Color Harmonies of #C09C00
Complementary color
Monochromatic Colors of #C09C00
Black with #C09C00
Text Example
Text Example
White with #C09C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C00; }
p { color: rgb(192,156,0); }
H1.HeaderClassName
{
color: #C09C00;
}
.AnyTagClassName
{
color: #C09C00;
}
</style>
background-color css
<style>
a { background-color: #C09C00; }
a { background-color: rgb(192,156,0); }
div.DivClassName
{
background-color: #C09C00;
}
.BgClassName
{
background-color: #C09C00;
}
</style>
border-color css
<style>
span { border-color: #C09C00; }
span { border-color: rgb(192,156,0); }
td.TdClassName
{
border-color: #C09C00;
}
.TagClassName
{
border-color: #C09C00;
}
</style>