Shades of Dark Goldenrod #C88607
Tints of Dark Goldenrod #C88607
RGB
CMYK
RGB Variations
Color information
#C88607 (or 0xC88607) is known color: Dark Goldenrod. HEX triplet: C8, 86 and 07. RGB value is (200,134,7). Sum of RGB (Red+Green+Blue) = 200+134+7=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C88607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88607 is #3779F8. Grayscale: #8B8B8B. Windows color (decimal): -3635705 or 493256. OLE color: 493256.
HSL color Cylindrical-coordinate representation of color #C88607: hue angle of 39.48º 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 #C88607 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 7 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.22 |
| HSL | 39.48º | 0.93% | 0.41% | - |
| HSV(B) | 39.48º | 0.97% | 0.78% | - |
| XYZ | 32.38 | 29.34 | 4.16 | - |
| YUV | 139.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 7 | 0 | 0.33 | 0.96 | 0.22 | 39.48 | 0.93 | 0.41 |
| Hex | C8 | 86 | 7 | 0 | 21 | 60 | 16 | 27 | 5D | 29 |
| Octal | 310 | 206 | 7 | 0 | 41 | 140 | 26 | 47 | 135 | 51 |
| Binary | 11001000 | 10000110 | 111 | 0 | 100001 | 1100000 | 10110 | 100111 | 1011101 | 101001 |
Color Harmonies of #C88607
Complementary color
Monochromatic Colors of #C88607
Black with #C88607
Text Example
Text Example
White with #C88607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88607; }
p { color: rgb(200,134,7); }
H1.HeaderClassName
{
color: #C88607;
}
.AnyTagClassName
{
color: #C88607;
}
</style>
background-color css
<style>
a { background-color: #C88607; }
a { background-color: rgb(200,134,7); }
div.DivClassName
{
background-color: #C88607;
}
.BgClassName
{
background-color: #C88607;
}
</style>
border-color css
<style>
span { border-color: #C88607; }
span { border-color: rgb(200,134,7); }
td.TdClassName
{
border-color: #C88607;
}
.TagClassName
{
border-color: #C88607;
}
</style>