Shades of Dark Goldenrod #C0800C
Tints of Dark Goldenrod #C0800C
RGB
CMYK
RGB Variations
Color information
#C0800C (or 0xC0800C) is known color: Dark Goldenrod. HEX triplet: C0, 80 and 0C. RGB value is (192,128,12). Sum of RGB (Red+Green+Blue) = 192+128+12=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0800C is #3F7FF3. Grayscale: #868686. Windows color (decimal): -4161524 or 819392. OLE color: 819392.
HSL color Cylindrical-coordinate representation of color #C0800C: hue angle of 38.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0800C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 12 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.25 |
| HSL | 38.67º | 0.88% | 0.4% | - |
| HSV(B) | 38.67º | 0.94% | 0.75% | - |
| XYZ | 29.52 | 26.67 | 3.94 | - |
| YUV | 133.91 | 59.2 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 12 | 0 | 0.33 | 0.94 | 0.25 | 38.67 | 0.88 | 0.4 |
| Hex | C0 | 80 | C | 0 | 21 | 5E | 19 | 27 | 58 | 28 |
| Octal | 300 | 200 | 14 | 0 | 41 | 136 | 31 | 47 | 130 | 50 |
| Binary | 11000000 | 10000000 | 1100 | 0 | 100001 | 1011110 | 11001 | 100111 | 1011000 | 101000 |
Color Harmonies of #C0800C
Complementary color
Monochromatic Colors of #C0800C
Black with #C0800C
Text Example
Text Example
White with #C0800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0800C; }
p { color: rgb(192,128,12); }
H1.HeaderClassName
{
color: #C0800C;
}
.AnyTagClassName
{
color: #C0800C;
}
</style>
background-color css
<style>
a { background-color: #C0800C; }
a { background-color: rgb(192,128,12); }
div.DivClassName
{
background-color: #C0800C;
}
.BgClassName
{
background-color: #C0800C;
}
</style>
border-color css
<style>
span { border-color: #C0800C; }
span { border-color: rgb(192,128,12); }
td.TdClassName
{
border-color: #C0800C;
}
.TagClassName
{
border-color: #C0800C;
}
</style>