Shades of Dark Goldenrod #C88614
Tints of Dark Goldenrod #C88614
RGB
CMYK
RGB Variations
Color information
#C88614 (or 0xC88614) is known color: Dark Goldenrod. HEX triplet: C8, 86 and 14. RGB value is (200,134,20). Sum of RGB (Red+Green+Blue) = 200+134+20=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C88614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88614 is #3779EB. Grayscale: #8D8D8D. Windows color (decimal): -3635692 or 1345224. OLE color: 1345224.
HSL color Cylindrical-coordinate representation of color #C88614: hue angle of 38º degrees, saturation: 0.82, 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 #C88614 is Cyan = 0, Magento = 0.33, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 20 | - |
| CMYK | 0 | 0.33 | 0.9 | 0.22 |
| HSL | 38º | 0.82% | 0.43% | - |
| HSV(B) | 38º | 0.9% | 0.78% | - |
| XYZ | 32.47 | 29.38 | 4.62 | - |
| YUV | 140.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 20 | 0 | 0.33 | 0.9 | 0.22 | 38 | 0.82 | 0.43 |
| Hex | C8 | 86 | 14 | 0 | 21 | 5A | 16 | 26 | 52 | 2B |
| Octal | 310 | 206 | 24 | 0 | 41 | 132 | 26 | 46 | 122 | 53 |
| Binary | 11001000 | 10000110 | 10100 | 0 | 100001 | 1011010 | 10110 | 100110 | 1010010 | 101011 |
Color Harmonies of #C88614
Complementary color
Monochromatic Colors of #C88614
Black with #C88614
Text Example
Text Example
White with #C88614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88614; }
p { color: rgb(200,134,20); }
H1.HeaderClassName
{
color: #C88614;
}
.AnyTagClassName
{
color: #C88614;
}
</style>
background-color css
<style>
a { background-color: #C88614; }
a { background-color: rgb(200,134,20); }
div.DivClassName
{
background-color: #C88614;
}
.BgClassName
{
background-color: #C88614;
}
</style>
border-color css
<style>
span { border-color: #C88614; }
span { border-color: rgb(200,134,20); }
td.TdClassName
{
border-color: #C88614;
}
.TagClassName
{
border-color: #C88614;
}
</style>