Shades of Dark Goldenrod #C88807
Tints of Dark Goldenrod #C88807
RGB
CMYK
RGB Variations
Color information
#C88807 (or 0xC88807) is known color: Dark Goldenrod. HEX triplet: C8, 88 and 07. RGB value is (200,136,7). Sum of RGB (Red+Green+Blue) = 200+136+7=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C88807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88807 is #3777F8. Grayscale: #8D8D8D. Windows color (decimal): -3635193 or 493768. OLE color: 493768.
HSL color Cylindrical-coordinate representation of color #C88807: hue angle of 40.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C88807 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 7 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.22 |
| HSL | 40.1º | 0.93% | 0.41% | - |
| HSV(B) | 40.1º | 0.97% | 0.78% | - |
| XYZ | 32.66 | 29.9 | 4.25 | - |
| YUV | 140.43 | 52.7 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 7 | 0 | 0.32 | 0.96 | 0.22 | 40.1 | 0.93 | 0.41 |
| Hex | C8 | 88 | 7 | 0 | 20 | 60 | 16 | 28 | 5D | 29 |
| Octal | 310 | 210 | 7 | 0 | 40 | 140 | 26 | 50 | 135 | 51 |
| Binary | 11001000 | 10001000 | 111 | 0 | 100000 | 1100000 | 10110 | 101000 | 1011101 | 101001 |
Color Harmonies of #C88807
Complementary color
Monochromatic Colors of #C88807
Black with #C88807
Text Example
Text Example
White with #C88807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88807; }
p { color: rgb(200,136,7); }
H1.HeaderClassName
{
color: #C88807;
}
.AnyTagClassName
{
color: #C88807;
}
</style>
background-color css
<style>
a { background-color: #C88807; }
a { background-color: rgb(200,136,7); }
div.DivClassName
{
background-color: #C88807;
}
.BgClassName
{
background-color: #C88807;
}
</style>
border-color css
<style>
span { border-color: #C88807; }
span { border-color: rgb(200,136,7); }
td.TdClassName
{
border-color: #C88807;
}
.TagClassName
{
border-color: #C88807;
}
</style>