Shades of Dark Goldenrod #C89202
Tints of Dark Goldenrod #C89202
RGB
CMYK
RGB Variations
Color information
#C89202 (or 0xC89202) is known color: Dark Goldenrod. HEX triplet: C8, 92 and 02. RGB value is (200,146,2). Sum of RGB (Red+Green+Blue) = 200+146+2=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C89202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89202 is #376DFD. Grayscale: #929292. Windows color (decimal): -3632638 or 168648. OLE color: 168648.
HSL color Cylindrical-coordinate representation of color #C89202: hue angle of 43.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C89202 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.22 |
| HSL | 43.64º | 0.98% | 0.4% | - |
| HSV(B) | 43.64º | 0.99% | 0.78% | - |
| XYZ | 34.11 | 32.84 | 4.6 | - |
| YUV | 145.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 2 | 0 | 0.27 | 0.99 | 0.22 | 43.64 | 0.98 | 0.4 |
| Hex | C8 | 92 | 2 | 0 | 1B | 63 | 16 | 2C | 62 | 28 |
| Octal | 310 | 222 | 2 | 0 | 33 | 143 | 26 | 54 | 142 | 50 |
| Binary | 11001000 | 10010010 | 10 | 0 | 11011 | 1100011 | 10110 | 101100 | 1100010 | 101000 |
Color Harmonies of #C89202
Complementary color
Monochromatic Colors of #C89202
Black with #C89202
Text Example
Text Example
White with #C89202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89202; }
p { color: rgb(200,146,2); }
H1.HeaderClassName
{
color: #C89202;
}
.AnyTagClassName
{
color: #C89202;
}
</style>
background-color css
<style>
a { background-color: #C89202; }
a { background-color: rgb(200,146,2); }
div.DivClassName
{
background-color: #C89202;
}
.BgClassName
{
background-color: #C89202;
}
</style>
border-color css
<style>
span { border-color: #C89202; }
span { border-color: rgb(200,146,2); }
td.TdClassName
{
border-color: #C89202;
}
.TagClassName
{
border-color: #C89202;
}
</style>