Shades of Dark Goldenrod #C89010
Tints of Dark Goldenrod #C89010
RGB
CMYK
RGB Variations
Color information
#C89010 (or 0xC89010) is known color: Dark Goldenrod. HEX triplet: C8, 90 and 10. RGB value is (200,144,16). Sum of RGB (Red+Green+Blue) = 200+144+16=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C89010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89010 is #376FEF. Grayscale: #929292. Windows color (decimal): -3633136 or 1085640. OLE color: 1085640.
HSL color Cylindrical-coordinate representation of color #C89010: hue angle of 41.74º 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 #C89010 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.22 |
| HSL | 41.74º | 0.85% | 0.42% | - |
| HSV(B) | 41.74º | 0.92% | 0.78% | - |
| XYZ | 33.89 | 32.26 | 4.93 | - |
| YUV | 146.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 16 | 0 | 0.28 | 0.92 | 0.22 | 41.74 | 0.85 | 0.42 |
| Hex | C8 | 90 | 10 | 0 | 1C | 5C | 16 | 2A | 55 | 2A |
| Octal | 310 | 220 | 20 | 0 | 34 | 134 | 26 | 52 | 125 | 52 |
| Binary | 11001000 | 10010000 | 10000 | 0 | 11100 | 1011100 | 10110 | 101010 | 1010101 | 101010 |
Color Harmonies of #C89010
Complementary color
Monochromatic Colors of #C89010
Black with #C89010
Text Example
Text Example
White with #C89010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89010; }
p { color: rgb(200,144,16); }
H1.HeaderClassName
{
color: #C89010;
}
.AnyTagClassName
{
color: #C89010;
}
</style>
background-color css
<style>
a { background-color: #C89010; }
a { background-color: rgb(200,144,16); }
div.DivClassName
{
background-color: #C89010;
}
.BgClassName
{
background-color: #C89010;
}
</style>
border-color css
<style>
span { border-color: #C89010; }
span { border-color: rgb(200,144,16); }
td.TdClassName
{
border-color: #C89010;
}
.TagClassName
{
border-color: #C89010;
}
</style>