Shades of Dark Goldenrod #C88C0A
Tints of Dark Goldenrod #C88C0A
RGB
CMYK
RGB Variations
Color information
#C88C0A (or 0xC88C0A) is known color: Dark Goldenrod. HEX triplet: C8, 8C and 0A. RGB value is (200,140,10). Sum of RGB (Red+Green+Blue) = 200+140+10=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C0A is #3773F5. Grayscale: #8F8F8F. Windows color (decimal): -3634166 or 691400. OLE color: 691400.
HSL color Cylindrical-coordinate representation of color #C88C0A: hue angle of 41.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C88C0A is Cyan = 0, Magento = 0.3, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 10 | - |
| CMYK | 0 | 0.3 | 0.95 | 0.22 |
| HSL | 41.05º | 0.9% | 0.41% | - |
| HSV(B) | 41.05º | 0.95% | 0.78% | - |
| XYZ | 33.25 | 31.06 | 4.53 | - |
| YUV | 143.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 10 | 0 | 0.3 | 0.95 | 0.22 | 41.05 | 0.9 | 0.41 |
| Hex | C8 | 8C | A | 0 | 1E | 5F | 16 | 29 | 5A | 29 |
| Octal | 310 | 214 | 12 | 0 | 36 | 137 | 26 | 51 | 132 | 51 |
| Binary | 11001000 | 10001100 | 1010 | 0 | 11110 | 1011111 | 10110 | 101001 | 1011010 | 101001 |
Color Harmonies of #C88C0A
Complementary color
Monochromatic Colors of #C88C0A
Black with #C88C0A
Text Example
Text Example
White with #C88C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C0A; }
p { color: rgb(200,140,10); }
H1.HeaderClassName
{
color: #C88C0A;
}
.AnyTagClassName
{
color: #C88C0A;
}
</style>
background-color css
<style>
a { background-color: #C88C0A; }
a { background-color: rgb(200,140,10); }
div.DivClassName
{
background-color: #C88C0A;
}
.BgClassName
{
background-color: #C88C0A;
}
</style>
border-color css
<style>
span { border-color: #C88C0A; }
span { border-color: rgb(200,140,10); }
td.TdClassName
{
border-color: #C88C0A;
}
.TagClassName
{
border-color: #C88C0A;
}
</style>