Shades of Dark Goldenrod #C88811
Tints of Dark Goldenrod #C88811
RGB
CMYK
RGB Variations
Color information
#C88811 (or 0xC88811) is known color: Dark Goldenrod. HEX triplet: C8, 88 and 11. RGB value is (200,136,17). Sum of RGB (Red+Green+Blue) = 200+136+17=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C88811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88811 is #3777EE. Grayscale: #8E8E8E. Windows color (decimal): -3635183 or 1149128. OLE color: 1149128.
HSL color Cylindrical-coordinate representation of color #C88811: hue angle of 39.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C88811 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.22 |
| HSL | 39.02º | 0.84% | 0.43% | - |
| HSV(B) | 39.02º | 0.92% | 0.78% | - |
| XYZ | 32.72 | 29.93 | 4.58 | - |
| YUV | 141.57 | 57.7 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 17 | 0 | 0.32 | 0.92 | 0.22 | 39.02 | 0.84 | 0.43 |
| Hex | C8 | 88 | 11 | 0 | 20 | 5C | 16 | 27 | 54 | 2B |
| Octal | 310 | 210 | 21 | 0 | 40 | 134 | 26 | 47 | 124 | 53 |
| Binary | 11001000 | 10001000 | 10001 | 0 | 100000 | 1011100 | 10110 | 100111 | 1010100 | 101011 |
Color Harmonies of #C88811
Complementary color
Monochromatic Colors of #C88811
Black with #C88811
Text Example
Text Example
White with #C88811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88811; }
p { color: rgb(200,136,17); }
H1.HeaderClassName
{
color: #C88811;
}
.AnyTagClassName
{
color: #C88811;
}
</style>
background-color css
<style>
a { background-color: #C88811; }
a { background-color: rgb(200,136,17); }
div.DivClassName
{
background-color: #C88811;
}
.BgClassName
{
background-color: #C88811;
}
</style>
border-color css
<style>
span { border-color: #C88811; }
span { border-color: rgb(200,136,17); }
td.TdClassName
{
border-color: #C88811;
}
.TagClassName
{
border-color: #C88811;
}
</style>