Shades of Dark Goldenrod #C88905
Tints of Dark Goldenrod #C88905
RGB
CMYK
RGB Variations
Color information
#C88905 (or 0xC88905) is known color: Dark Goldenrod. HEX triplet: C8, 89 and 05. RGB value is (200,137,5). Sum of RGB (Red+Green+Blue) = 200+137+5=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C88905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88905 is #3776FA. Grayscale: #8D8D8D. Windows color (decimal): -3634939 or 362952. OLE color: 362952.
HSL color Cylindrical-coordinate representation of color #C88905: hue angle of 40.62º degrees, saturation: 0.95, 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 #C88905 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.22 |
| HSL | 40.62º | 0.95% | 0.4% | - |
| HSV(B) | 40.62º | 0.98% | 0.78% | - |
| XYZ | 32.79 | 30.18 | 4.24 | - |
| YUV | 140.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 5 | 0 | 0.32 | 0.98 | 0.22 | 40.62 | 0.95 | 0.4 |
| Hex | C8 | 89 | 5 | 0 | 20 | 62 | 16 | 29 | 5F | 28 |
| Octal | 310 | 211 | 5 | 0 | 40 | 142 | 26 | 51 | 137 | 50 |
| Binary | 11001000 | 10001001 | 101 | 0 | 100000 | 1100010 | 10110 | 101001 | 1011111 | 101000 |
Color Harmonies of #C88905
Complementary color
Monochromatic Colors of #C88905
Black with #C88905
Text Example
Text Example
White with #C88905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88905; }
p { color: rgb(200,137,5); }
H1.HeaderClassName
{
color: #C88905;
}
.AnyTagClassName
{
color: #C88905;
}
</style>
background-color css
<style>
a { background-color: #C88905; }
a { background-color: rgb(200,137,5); }
div.DivClassName
{
background-color: #C88905;
}
.BgClassName
{
background-color: #C88905;
}
</style>
border-color css
<style>
span { border-color: #C88905; }
span { border-color: rgb(200,137,5); }
td.TdClassName
{
border-color: #C88905;
}
.TagClassName
{
border-color: #C88905;
}
</style>