Shades of Dark Goldenrod #C89200
Tints of Dark Goldenrod #C89200
RGB
CMYK
RGB Variations
Color information
#C89200 (or 0xC89200) is known color: Dark Goldenrod. HEX triplet: C8, 92 and 00. RGB value is (200,146,0). Sum of RGB (Red+Green+Blue) = 200+146+0=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C89200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89200 is #376DFF. Grayscale: #929292. Windows color (decimal): -3632640 or 37576. OLE color: 37576.
HSL color Cylindrical-coordinate representation of color #C89200: hue angle of 43.8º 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 #C89200 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.22 |
| HSL | 43.8º | 1% | 0.39% | - |
| HSV(B) | 43.8º | 1% | 0.78% | - |
| XYZ | 34.1 | 32.84 | 4.54 | - |
| YUV | 145.5 | 45.89 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 0 | 0 | 0.27 | 1 | 0.22 | 43.8 | 1 | 0.39 |
| Hex | C8 | 92 | 0 | 0 | 1B | 64 | 16 | 2C | 64 | 27 |
| Octal | 310 | 222 | 0 | 0 | 33 | 144 | 26 | 54 | 144 | 47 |
| Binary | 11001000 | 10010010 | 0 | 0 | 11011 | 1100100 | 10110 | 101100 | 1100100 | 100111 |
Color Harmonies of #C89200
Complementary color
Monochromatic Colors of #C89200
Black with #C89200
Text Example
Text Example
White with #C89200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89200; }
p { color: rgb(200,146,0); }
H1.HeaderClassName
{
color: #C89200;
}
.AnyTagClassName
{
color: #C89200;
}
</style>
background-color css
<style>
a { background-color: #C89200; }
a { background-color: rgb(200,146,0); }
div.DivClassName
{
background-color: #C89200;
}
.BgClassName
{
background-color: #C89200;
}
</style>
border-color css
<style>
span { border-color: #C89200; }
span { border-color: rgb(200,146,0); }
td.TdClassName
{
border-color: #C89200;
}
.TagClassName
{
border-color: #C89200;
}
</style>