Shades of Dark Goldenrod #C88613
Tints of Dark Goldenrod #C88613
RGB
CMYK
RGB Variations
Color information
#C88613 (or 0xC88613) is known color: Dark Goldenrod. HEX triplet: C8, 86 and 13. RGB value is (200,134,19). Sum of RGB (Red+Green+Blue) = 200+134+19=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C88613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88613 is #3779EC. Grayscale: #8D8D8D. Windows color (decimal): -3635693 or 1279688. OLE color: 1279688.
HSL color Cylindrical-coordinate representation of color #C88613: hue angle of 38.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C88613 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 19 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.22 |
| HSL | 38.12º | 0.83% | 0.43% | - |
| HSV(B) | 38.12º | 0.91% | 0.78% | - |
| XYZ | 32.46 | 29.38 | 4.58 | - |
| YUV | 140.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 19 | 0 | 0.33 | 0.90 | 0.22 | 38.12 | 0.83 | 0.43 |
| Hex | C8 | 86 | 13 | 0 | 21 | 5A | 16 | 26 | 53 | 2B |
| Octal | 310 | 206 | 23 | 0 | 41 | 132 | 26 | 46 | 123 | 53 |
| Binary | 11001000 | 10000110 | 10011 | 0 | 100001 | 1011010 | 10110 | 100110 | 1010011 | 101011 |
Color Harmonies of #C88613
Complementary color
Monochromatic Colors of #C88613
Black with #C88613
Text Example
Text Example
White with #C88613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88613; }
p { color: rgb(200,134,19); }
H1.HeaderClassName
{
color: #C88613;
}
.AnyTagClassName
{
color: #C88613;
}
</style>
background-color css
<style>
a { background-color: #C88613; }
a { background-color: rgb(200,134,19); }
div.DivClassName
{
background-color: #C88613;
}
.BgClassName
{
background-color: #C88613;
}
</style>
border-color css
<style>
span { border-color: #C88613; }
span { border-color: rgb(200,134,19); }
td.TdClassName
{
border-color: #C88613;
}
.TagClassName
{
border-color: #C88613;
}
</style>