Shades of Dark Goldenrod #C89500
Tints of Dark Goldenrod #C89500
RGB
CMYK
RGB Variations
Color information
#C89500 (or 0xC89500) is known color: Dark Goldenrod. HEX triplet: C8, 95 and 00. RGB value is (200,149,0). Sum of RGB (Red+Green+Blue) = 200+149+0=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C89500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89500 is #376AFF. Grayscale: #939393. Windows color (decimal): -3631872 or 38344. OLE color: 38344.
HSL color Cylindrical-coordinate representation of color #C89500: hue angle of 44.7º 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 #C89500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.22 |
| HSL | 44.7º | 1% | 0.39% | - |
| HSV(B) | 44.7º | 1% | 0.78% | - |
| XYZ | 34.57 | 33.77 | 4.7 | - |
| YUV | 147.26 | 44.9 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 0 | 0 | 0.26 | 1 | 0.22 | 44.7 | 1 | 0.39 |
| Hex | C8 | 95 | 0 | 0 | 1A | 64 | 16 | 2D | 64 | 27 |
| Octal | 310 | 225 | 0 | 0 | 32 | 144 | 26 | 55 | 144 | 47 |
| Binary | 11001000 | 10010101 | 0 | 0 | 11010 | 1100100 | 10110 | 101101 | 1100100 | 100111 |
Color Harmonies of #C89500
Complementary color
Monochromatic Colors of #C89500
Black with #C89500
Text Example
Text Example
White with #C89500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89500; }
p { color: rgb(200,149,0); }
H1.HeaderClassName
{
color: #C89500;
}
.AnyTagClassName
{
color: #C89500;
}
</style>
background-color css
<style>
a { background-color: #C89500; }
a { background-color: rgb(200,149,0); }
div.DivClassName
{
background-color: #C89500;
}
.BgClassName
{
background-color: #C89500;
}
</style>
border-color css
<style>
span { border-color: #C89500; }
span { border-color: rgb(200,149,0); }
td.TdClassName
{
border-color: #C89500;
}
.TagClassName
{
border-color: #C89500;
}
</style>