Shades of Dark Goldenrod #C88616
Tints of Dark Goldenrod #C88616
RGB
CMYK
RGB Variations
Color information
#C88616 (or 0xC88616) is known color: Dark Goldenrod. HEX triplet: C8, 86 and 16. RGB value is (200,134,22). Sum of RGB (Red+Green+Blue) = 200+134+22=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88616 is #3779E9. Grayscale: #8D8D8D. Windows color (decimal): -3635690 or 1476296. OLE color: 1476296.
HSL color Cylindrical-coordinate representation of color #C88616: hue angle of 37.75º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C88616 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 22 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.22 |
| HSL | 37.75º | 0.8% | 0.44% | - |
| HSV(B) | 37.75º | 0.89% | 0.78% | - |
| XYZ | 32.49 | 29.39 | 4.72 | - |
| YUV | 140.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 22 | 0 | 0.33 | 0.89 | 0.22 | 37.75 | 0.8 | 0.44 |
| Hex | C8 | 86 | 16 | 0 | 21 | 59 | 16 | 26 | 50 | 2C |
| Octal | 310 | 206 | 26 | 0 | 41 | 131 | 26 | 46 | 120 | 54 |
| Binary | 11001000 | 10000110 | 10110 | 0 | 100001 | 1011001 | 10110 | 100110 | 1010000 | 101100 |
Color Harmonies of #C88616
Complementary color
Monochromatic Colors of #C88616
Black with #C88616
Text Example
Text Example
White with #C88616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88616; }
p { color: rgb(200,134,22); }
H1.HeaderClassName
{
color: #C88616;
}
.AnyTagClassName
{
color: #C88616;
}
</style>
background-color css
<style>
a { background-color: #C88616; }
a { background-color: rgb(200,134,22); }
div.DivClassName
{
background-color: #C88616;
}
.BgClassName
{
background-color: #C88616;
}
</style>
border-color css
<style>
span { border-color: #C88616; }
span { border-color: rgb(200,134,22); }
td.TdClassName
{
border-color: #C88616;
}
.TagClassName
{
border-color: #C88616;
}
</style>