Shades of Dark Goldenrod #C89110
Tints of Dark Goldenrod #C89110
RGB
CMYK
RGB Variations
Color information
#C89110 (or 0xC89110) is known color: Dark Goldenrod. HEX triplet: C8, 91 and 10. RGB value is (200,145,16). Sum of RGB (Red+Green+Blue) = 200+145+16=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C89110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89110 is #376EEF. Grayscale: #939393. Windows color (decimal): -3632880 or 1085896. OLE color: 1085896.
HSL color Cylindrical-coordinate representation of color #C89110: hue angle of 42.07º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C89110 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.22 |
| HSL | 42.07º | 0.85% | 0.42% | - |
| HSV(B) | 42.07º | 0.92% | 0.78% | - |
| XYZ | 34.04 | 32.57 | 4.98 | - |
| YUV | 146.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 16 | 0 | 0.28 | 0.92 | 0.22 | 42.07 | 0.85 | 0.42 |
| Hex | C8 | 91 | 10 | 0 | 1C | 5C | 16 | 2A | 55 | 2A |
| Octal | 310 | 221 | 20 | 0 | 34 | 134 | 26 | 52 | 125 | 52 |
| Binary | 11001000 | 10010001 | 10000 | 0 | 11100 | 1011100 | 10110 | 101010 | 1010101 | 101010 |
Color Harmonies of #C89110
Complementary color
Monochromatic Colors of #C89110
Black with #C89110
Text Example
Text Example
White with #C89110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89110; }
p { color: rgb(200,145,16); }
H1.HeaderClassName
{
color: #C89110;
}
.AnyTagClassName
{
color: #C89110;
}
</style>
background-color css
<style>
a { background-color: #C89110; }
a { background-color: rgb(200,145,16); }
div.DivClassName
{
background-color: #C89110;
}
.BgClassName
{
background-color: #C89110;
}
</style>
border-color css
<style>
span { border-color: #C89110; }
span { border-color: rgb(200,145,16); }
td.TdClassName
{
border-color: #C89110;
}
.TagClassName
{
border-color: #C89110;
}
</style>