Shades of Dark Goldenrod #C88804
Tints of Dark Goldenrod #C88804
RGB
CMYK
RGB Variations
Color information
#C88804 (or 0xC88804) is known color: Dark Goldenrod. HEX triplet: C8, 88 and 04. RGB value is (200,136,4). Sum of RGB (Red+Green+Blue) = 200+136+4=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C88804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88804 is #3777FB. Grayscale: #8C8C8C. Windows color (decimal): -3635196 or 297160. OLE color: 297160.
HSL color Cylindrical-coordinate representation of color #C88804: hue angle of 40.41º degrees, saturation: 0.96, 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 #C88804 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.22 |
| HSL | 40.41º | 0.96% | 0.4% | - |
| HSV(B) | 40.41º | 0.98% | 0.78% | - |
| XYZ | 32.65 | 29.9 | 4.16 | - |
| YUV | 140.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 4 | 0 | 0.32 | 0.98 | 0.22 | 40.41 | 0.96 | 0.4 |
| Hex | C8 | 88 | 4 | 0 | 20 | 62 | 16 | 28 | 60 | 28 |
| Octal | 310 | 210 | 4 | 0 | 40 | 142 | 26 | 50 | 140 | 50 |
| Binary | 11001000 | 10001000 | 100 | 0 | 100000 | 1100010 | 10110 | 101000 | 1100000 | 101000 |
Color Harmonies of #C88804
Complementary color
Monochromatic Colors of #C88804
Black with #C88804
Text Example
Text Example
White with #C88804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88804; }
p { color: rgb(200,136,4); }
H1.HeaderClassName
{
color: #C88804;
}
.AnyTagClassName
{
color: #C88804;
}
</style>
background-color css
<style>
a { background-color: #C88804; }
a { background-color: rgb(200,136,4); }
div.DivClassName
{
background-color: #C88804;
}
.BgClassName
{
background-color: #C88804;
}
</style>
border-color css
<style>
span { border-color: #C88804; }
span { border-color: rgb(200,136,4); }
td.TdClassName
{
border-color: #C88804;
}
.TagClassName
{
border-color: #C88804;
}
</style>