Shades of Dark Goldenrod #C88908
Tints of Dark Goldenrod #C88908
RGB
CMYK
RGB Variations
Color information
#C88908 (or 0xC88908) is known color: Dark Goldenrod. HEX triplet: C8, 89 and 08. RGB value is (200,137,8). Sum of RGB (Red+Green+Blue) = 200+137+8=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C88908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88908 is #3776F7. Grayscale: #8D8D8D. Windows color (decimal): -3634936 or 559560. OLE color: 559560.
HSL color Cylindrical-coordinate representation of color #C88908: hue angle of 40.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C88908 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.22 |
| HSL | 40.31º | 0.92% | 0.41% | - |
| HSV(B) | 40.31º | 0.96% | 0.78% | - |
| XYZ | 32.81 | 30.19 | 4.33 | - |
| YUV | 141.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 8 | 0 | 0.32 | 0.96 | 0.22 | 40.31 | 0.92 | 0.41 |
| Hex | C8 | 89 | 8 | 0 | 20 | 60 | 16 | 28 | 5C | 29 |
| Octal | 310 | 211 | 10 | 0 | 40 | 140 | 26 | 50 | 134 | 51 |
| Binary | 11001000 | 10001001 | 1000 | 0 | 100000 | 1100000 | 10110 | 101000 | 1011100 | 101001 |
Color Harmonies of #C88908
Complementary color
Monochromatic Colors of #C88908
Black with #C88908
Text Example
Text Example
White with #C88908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88908; }
p { color: rgb(200,137,8); }
H1.HeaderClassName
{
color: #C88908;
}
.AnyTagClassName
{
color: #C88908;
}
</style>
background-color css
<style>
a { background-color: #C88908; }
a { background-color: rgb(200,137,8); }
div.DivClassName
{
background-color: #C88908;
}
.BgClassName
{
background-color: #C88908;
}
</style>
border-color css
<style>
span { border-color: #C88908; }
span { border-color: rgb(200,137,8); }
td.TdClassName
{
border-color: #C88908;
}
.TagClassName
{
border-color: #C88908;
}
</style>