Shades of Dark Goldenrod #C8800C
Tints of Dark Goldenrod #C8800C
RGB
CMYK
RGB Variations
Color information
#C8800C (or 0xC8800C) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 0C. RGB value is (200,128,12). Sum of RGB (Red+Green+Blue) = 200+128+12=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C8800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8800C is #377FF3. Grayscale: #888888. Windows color (decimal): -3637236 or 819400. OLE color: 819400.
HSL color Cylindrical-coordinate representation of color #C8800C: hue angle of 37.02º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8800C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.22 |
| HSL | 37.02º | 0.89% | 0.42% | - |
| HSV(B) | 37.02º | 0.94% | 0.78% | - |
| XYZ | 31.6 | 27.74 | 4.04 | - |
| YUV | 136.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 12 | 0 | 0.36 | 0.94 | 0.22 | 37.02 | 0.89 | 0.42 |
| Hex | C8 | 80 | C | 0 | 24 | 5E | 16 | 25 | 59 | 2A |
| Octal | 310 | 200 | 14 | 0 | 44 | 136 | 26 | 45 | 131 | 52 |
| Binary | 11001000 | 10000000 | 1100 | 0 | 100100 | 1011110 | 10110 | 100101 | 1011001 | 101010 |
Color Harmonies of #C8800C
Complementary color
Monochromatic Colors of #C8800C
Black with #C8800C
Text Example
Text Example
White with #C8800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8800C; }
p { color: rgb(200,128,12); }
H1.HeaderClassName
{
color: #C8800C;
}
.AnyTagClassName
{
color: #C8800C;
}
</style>
background-color css
<style>
a { background-color: #C8800C; }
a { background-color: rgb(200,128,12); }
div.DivClassName
{
background-color: #C8800C;
}
.BgClassName
{
background-color: #C8800C;
}
</style>
border-color css
<style>
span { border-color: #C8800C; }
span { border-color: rgb(200,128,12); }
td.TdClassName
{
border-color: #C8800C;
}
.TagClassName
{
border-color: #C8800C;
}
</style>