Shades of Dark Goldenrod #C88E11
Tints of Dark Goldenrod #C88E11
RGB
CMYK
RGB Variations
Color information
#C88E11 (or 0xC88E11) is known color: Dark Goldenrod. HEX triplet: C8, 8E and 11. RGB value is (200,142,17). Sum of RGB (Red+Green+Blue) = 200+142+17=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88E11 is #3771EE. Grayscale: #919191. Windows color (decimal): -3633647 or 1150664. OLE color: 1150664.
HSL color Cylindrical-coordinate representation of color #C88E11: hue angle of 40.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C88E11 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.22 |
| HSL | 40.98º | 0.84% | 0.43% | - |
| HSV(B) | 40.98º | 0.92% | 0.78% | - |
| XYZ | 33.59 | 31.67 | 4.87 | - |
| YUV | 145.09 | 55.72 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 17 | 0 | 0.29 | 0.92 | 0.22 | 40.98 | 0.84 | 0.43 |
| Hex | C8 | 8E | 11 | 0 | 1D | 5C | 16 | 29 | 54 | 2B |
| Octal | 310 | 216 | 21 | 0 | 35 | 134 | 26 | 51 | 124 | 53 |
| Binary | 11001000 | 10001110 | 10001 | 0 | 11101 | 1011100 | 10110 | 101001 | 1010100 | 101011 |
Color Harmonies of #C88E11
Complementary color
Monochromatic Colors of #C88E11
Black with #C88E11
Text Example
Text Example
White with #C88E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E11; }
p { color: rgb(200,142,17); }
H1.HeaderClassName
{
color: #C88E11;
}
.AnyTagClassName
{
color: #C88E11;
}
</style>
background-color css
<style>
a { background-color: #C88E11; }
a { background-color: rgb(200,142,17); }
div.DivClassName
{
background-color: #C88E11;
}
.BgClassName
{
background-color: #C88E11;
}
</style>
border-color css
<style>
span { border-color: #C88E11; }
span { border-color: rgb(200,142,17); }
td.TdClassName
{
border-color: #C88E11;
}
.TagClassName
{
border-color: #C88E11;
}
</style>