Shades of Dark Goldenrod #C89011
Tints of Dark Goldenrod #C89011
RGB
CMYK
RGB Variations
Color information
#C89011 (or 0xC89011) is known color: Dark Goldenrod. HEX triplet: C8, 90 and 11. RGB value is (200,144,17). Sum of RGB (Red+Green+Blue) = 200+144+17=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C89011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89011 is #376FEE. Grayscale: #929292. Windows color (decimal): -3633135 or 1151176. OLE color: 1151176.
HSL color Cylindrical-coordinate representation of color #C89011: hue angle of 41.64º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C89011 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 17 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.22 |
| HSL | 41.64º | 0.84% | 0.43% | - |
| HSV(B) | 41.64º | 0.92% | 0.78% | - |
| XYZ | 33.89 | 32.27 | 4.97 | - |
| YUV | 146.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 17 | 0 | 0.28 | 0.92 | 0.22 | 41.64 | 0.84 | 0.43 |
| Hex | C8 | 90 | 11 | 0 | 1C | 5C | 16 | 2A | 54 | 2B |
| Octal | 310 | 220 | 21 | 0 | 34 | 134 | 26 | 52 | 124 | 53 |
| Binary | 11001000 | 10010000 | 10001 | 0 | 11100 | 1011100 | 10110 | 101010 | 1010100 | 101011 |
Color Harmonies of #C89011
Complementary color
Monochromatic Colors of #C89011
Black with #C89011
Text Example
Text Example
White with #C89011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89011; }
p { color: rgb(200,144,17); }
H1.HeaderClassName
{
color: #C89011;
}
.AnyTagClassName
{
color: #C89011;
}
</style>
background-color css
<style>
a { background-color: #C89011; }
a { background-color: rgb(200,144,17); }
div.DivClassName
{
background-color: #C89011;
}
.BgClassName
{
background-color: #C89011;
}
</style>
border-color css
<style>
span { border-color: #C89011; }
span { border-color: rgb(200,144,17); }
td.TdClassName
{
border-color: #C89011;
}
.TagClassName
{
border-color: #C89011;
}
</style>