Shades of Dark Goldenrod #C89000
Tints of Dark Goldenrod #C89000
RGB
CMYK
RGB Variations
Color information
#C89000 (or 0xC89000) is known color: Dark Goldenrod. HEX triplet: C8, 90 and 00. RGB value is (200,144,0). Sum of RGB (Red+Green+Blue) = 200+144+0=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C89000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89000 is #376FFF. Grayscale: #909090. Windows color (decimal): -3633152 or 37064. OLE color: 37064.
HSL color Cylindrical-coordinate representation of color #C89000: hue angle of 43.2º 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 #C89000 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.22 |
| HSL | 43.2º | 1% | 0.39% | - |
| HSV(B) | 43.2º | 1% | 0.78% | - |
| XYZ | 33.79 | 32.23 | 4.44 | - |
| YUV | 144.33 | 46.55 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 0 | 0 | 0.28 | 1 | 0.22 | 43.2 | 1 | 0.39 |
| Hex | C8 | 90 | 0 | 0 | 1C | 64 | 16 | 2B | 64 | 27 |
| Octal | 310 | 220 | 0 | 0 | 34 | 144 | 26 | 53 | 144 | 47 |
| Binary | 11001000 | 10010000 | 0 | 0 | 11100 | 1100100 | 10110 | 101011 | 1100100 | 100111 |
Color Harmonies of #C89000
Complementary color
Monochromatic Colors of #C89000
Black with #C89000
Text Example
Text Example
White with #C89000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89000; }
p { color: rgb(200,144,0); }
H1.HeaderClassName
{
color: #C89000;
}
.AnyTagClassName
{
color: #C89000;
}
</style>
background-color css
<style>
a { background-color: #C89000; }
a { background-color: rgb(200,144,0); }
div.DivClassName
{
background-color: #C89000;
}
.BgClassName
{
background-color: #C89000;
}
</style>
border-color css
<style>
span { border-color: #C89000; }
span { border-color: rgb(200,144,0); }
td.TdClassName
{
border-color: #C89000;
}
.TagClassName
{
border-color: #C89000;
}
</style>