Shades of Dark Goldenrod #C8860C
Tints of Dark Goldenrod #C8860C
RGB
CMYK
RGB Variations
Color information
#C8860C (or 0xC8860C) is known color: Dark Goldenrod. HEX triplet: C8, 86 and 0C. RGB value is (200,134,12). Sum of RGB (Red+Green+Blue) = 200+134+12=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8860C is #3779F3. Grayscale: #8C8C8C. Windows color (decimal): -3635700 or 820936. OLE color: 820936.
HSL color Cylindrical-coordinate representation of color #C8860C: hue angle of 38.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8860C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 12 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.22 |
| HSL | 38.94º | 0.89% | 0.42% | - |
| HSV(B) | 38.94º | 0.94% | 0.78% | - |
| XYZ | 32.41 | 29.36 | 4.31 | - |
| YUV | 139.83 | 55.87 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 12 | 0 | 0.33 | 0.94 | 0.22 | 38.94 | 0.89 | 0.42 |
| Hex | C8 | 86 | C | 0 | 21 | 5E | 16 | 27 | 59 | 2A |
| Octal | 310 | 206 | 14 | 0 | 41 | 136 | 26 | 47 | 131 | 52 |
| Binary | 11001000 | 10000110 | 1100 | 0 | 100001 | 1011110 | 10110 | 100111 | 1011001 | 101010 |
Color Harmonies of #C8860C
Complementary color
Monochromatic Colors of #C8860C
Black with #C8860C
Text Example
Text Example
White with #C8860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8860C; }
p { color: rgb(200,134,12); }
H1.HeaderClassName
{
color: #C8860C;
}
.AnyTagClassName
{
color: #C8860C;
}
</style>
background-color css
<style>
a { background-color: #C8860C; }
a { background-color: rgb(200,134,12); }
div.DivClassName
{
background-color: #C8860C;
}
.BgClassName
{
background-color: #C8860C;
}
</style>
border-color css
<style>
span { border-color: #C8860C; }
span { border-color: rgb(200,134,12); }
td.TdClassName
{
border-color: #C8860C;
}
.TagClassName
{
border-color: #C8860C;
}
</style>