Shades of Dark Goldenrod #C88401
Tints of Dark Goldenrod #C88401
RGB
CMYK
RGB Variations
Color information
#C88401 (or 0xC88401) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 01. RGB value is (200,132,1). Sum of RGB (Red+Green+Blue) = 200+132+1=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C88401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88401 is #377BFE. Grayscale: #898989. Windows color (decimal): -3636223 or 99528. OLE color: 99528.
HSL color Cylindrical-coordinate representation of color #C88401: hue angle of 39.5º 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 #C88401 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.22 |
| HSL | 39.5º | 0.99% | 0.39% | - |
| HSV(B) | 39.5º | 1% | 0.78% | - |
| XYZ | 32.08 | 28.78 | 3.89 | - |
| YUV | 137.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 1 | 0 | 0.34 | 1.00 | 0.22 | 39.5 | 0.99 | 0.39 |
| Hex | C8 | 84 | 1 | 0 | 22 | 64 | 16 | 27 | 63 | 27 |
| Octal | 310 | 204 | 1 | 0 | 42 | 144 | 26 | 47 | 143 | 47 |
| Binary | 11001000 | 10000100 | 1 | 0 | 100010 | 1100100 | 10110 | 100111 | 1100011 | 100111 |
Color Harmonies of #C88401
Complementary color
Monochromatic Colors of #C88401
Black with #C88401
Text Example
Text Example
White with #C88401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88401; }
p { color: rgb(200,132,1); }
H1.HeaderClassName
{
color: #C88401;
}
.AnyTagClassName
{
color: #C88401;
}
</style>
background-color css
<style>
a { background-color: #C88401; }
a { background-color: rgb(200,132,1); }
div.DivClassName
{
background-color: #C88401;
}
.BgClassName
{
background-color: #C88401;
}
</style>
border-color css
<style>
span { border-color: #C88401; }
span { border-color: rgb(200,132,1); }
td.TdClassName
{
border-color: #C88401;
}
.TagClassName
{
border-color: #C88401;
}
</style>