Shades of Dark Goldenrod #C88C01
Tints of Dark Goldenrod #C88C01
RGB
CMYK
RGB Variations
Color information
#C88C01 (or 0xC88C01) is known color: Dark Goldenrod. HEX triplet: C8, 8C and 01. RGB value is (200,140,1). Sum of RGB (Red+Green+Blue) = 200+140+1=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C01 is #3773FE. Grayscale: #8E8E8E. Windows color (decimal): -3634175 or 101576. OLE color: 101576.
HSL color Cylindrical-coordinate representation of color #C88C01: hue angle of 41.91º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C88C01 is Cyan = 0, Magento = 0.3, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 1 | - |
| CMYK | 0 | 0.3 | 1.00 | 0.22 |
| HSL | 41.91º | 0.99% | 0.39% | - |
| HSV(B) | 41.91º | 1% | 0.78% | - |
| XYZ | 33.2 | 31.04 | 4.27 | - |
| YUV | 142.09 | 48.38 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 1 | 0 | 0.3 | 1.00 | 0.22 | 41.91 | 0.99 | 0.39 |
| Hex | C8 | 8C | 1 | 0 | 1E | 64 | 16 | 2A | 63 | 27 |
| Octal | 310 | 214 | 1 | 0 | 36 | 144 | 26 | 52 | 143 | 47 |
| Binary | 11001000 | 10001100 | 1 | 0 | 11110 | 1100100 | 10110 | 101010 | 1100011 | 100111 |
Color Harmonies of #C88C01
Complementary color
Monochromatic Colors of #C88C01
Black with #C88C01
Text Example
Text Example
White with #C88C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C01; }
p { color: rgb(200,140,1); }
H1.HeaderClassName
{
color: #C88C01;
}
.AnyTagClassName
{
color: #C88C01;
}
</style>
background-color css
<style>
a { background-color: #C88C01; }
a { background-color: rgb(200,140,1); }
div.DivClassName
{
background-color: #C88C01;
}
.BgClassName
{
background-color: #C88C01;
}
</style>
border-color css
<style>
span { border-color: #C88C01; }
span { border-color: rgb(200,140,1); }
td.TdClassName
{
border-color: #C88C01;
}
.TagClassName
{
border-color: #C88C01;
}
</style>