Shades of Dark Goldenrod #C89100
Tints of Dark Goldenrod #C89100
RGB
CMYK
RGB Variations
Color information
#C89100 (or 0xC89100) is known color: Dark Goldenrod. HEX triplet: C8, 91 and 00. RGB value is (200,145,0). Sum of RGB (Red+Green+Blue) = 200+145+0=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C89100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89100 is #376EFF. Grayscale: #919191. Windows color (decimal): -3632896 or 37320. OLE color: 37320.
HSL color Cylindrical-coordinate representation of color #C89100: hue angle of 43.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C89100 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.22 |
| HSL | 43.5º | 1% | 0.39% | - |
| HSV(B) | 43.5º | 1% | 0.78% | - |
| XYZ | 33.94 | 32.53 | 4.49 | - |
| YUV | 144.92 | 46.22 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 0 | 0 | 0.28 | 1 | 0.22 | 43.5 | 1 | 0.39 |
| Hex | C8 | 91 | 0 | 0 | 1C | 64 | 16 | 2C | 64 | 27 |
| Octal | 310 | 221 | 0 | 0 | 34 | 144 | 26 | 54 | 144 | 47 |
| Binary | 11001000 | 10010001 | 0 | 0 | 11100 | 1100100 | 10110 | 101100 | 1100100 | 100111 |
Color Harmonies of #C89100
Complementary color
Monochromatic Colors of #C89100
Black with #C89100
Text Example
Text Example
White with #C89100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89100; }
p { color: rgb(200,145,0); }
H1.HeaderClassName
{
color: #C89100;
}
.AnyTagClassName
{
color: #C89100;
}
</style>
background-color css
<style>
a { background-color: #C89100; }
a { background-color: rgb(200,145,0); }
div.DivClassName
{
background-color: #C89100;
}
.BgClassName
{
background-color: #C89100;
}
</style>
border-color css
<style>
span { border-color: #C89100; }
span { border-color: rgb(200,145,0); }
td.TdClassName
{
border-color: #C89100;
}
.TagClassName
{
border-color: #C89100;
}
</style>