Shades of Dark Goldenrod #C88E05
Tints of Dark Goldenrod #C88E05
RGB
CMYK
RGB Variations
Color information
#C88E05 (or 0xC88E05) is known color: Dark Goldenrod. HEX triplet: C8, 8E and 05. RGB value is (200,142,5). Sum of RGB (Red+Green+Blue) = 200+142+5=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88E05 is #3771FA. Grayscale: #909090. Windows color (decimal): -3633659 or 364232. OLE color: 364232.
HSL color Cylindrical-coordinate representation of color #C88E05: hue angle of 42.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C88E05 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.22 |
| HSL | 42.15º | 0.95% | 0.4% | - |
| HSV(B) | 42.15º | 0.98% | 0.78% | - |
| XYZ | 33.52 | 31.64 | 4.48 | - |
| YUV | 143.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 5 | 0 | 0.29 | 0.98 | 0.22 | 42.15 | 0.95 | 0.4 |
| Hex | C8 | 8E | 5 | 0 | 1D | 62 | 16 | 2A | 5F | 28 |
| Octal | 310 | 216 | 5 | 0 | 35 | 142 | 26 | 52 | 137 | 50 |
| Binary | 11001000 | 10001110 | 101 | 0 | 11101 | 1100010 | 10110 | 101010 | 1011111 | 101000 |
Color Harmonies of #C88E05
Complementary color
Monochromatic Colors of #C88E05
Black with #C88E05
Text Example
Text Example
White with #C88E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E05; }
p { color: rgb(200,142,5); }
H1.HeaderClassName
{
color: #C88E05;
}
.AnyTagClassName
{
color: #C88E05;
}
</style>
background-color css
<style>
a { background-color: #C88E05; }
a { background-color: rgb(200,142,5); }
div.DivClassName
{
background-color: #C88E05;
}
.BgClassName
{
background-color: #C88E05;
}
</style>
border-color css
<style>
span { border-color: #C88E05; }
span { border-color: rgb(200,142,5); }
td.TdClassName
{
border-color: #C88E05;
}
.TagClassName
{
border-color: #C88E05;
}
</style>