Shades of Dark Goldenrod #C89205
Tints of Dark Goldenrod #C89205
RGB
CMYK
RGB Variations
Color information
#C89205 (or 0xC89205) is known color: Dark Goldenrod. HEX triplet: C8, 92 and 05. RGB value is (200,146,5). Sum of RGB (Red+Green+Blue) = 200+146+5=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C89205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89205 is #376DFA. Grayscale: #929292. Windows color (decimal): -3632635 or 365256. OLE color: 365256.
HSL color Cylindrical-coordinate representation of color #C89205: hue angle of 43.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C89205 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.22 |
| HSL | 43.38º | 0.95% | 0.4% | - |
| HSV(B) | 43.38º | 0.98% | 0.78% | - |
| XYZ | 34.13 | 32.85 | 4.69 | - |
| YUV | 146.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 5 | 0 | 0.27 | 0.98 | 0.22 | 43.38 | 0.95 | 0.4 |
| Hex | C8 | 92 | 5 | 0 | 1B | 62 | 16 | 2B | 5F | 28 |
| Octal | 310 | 222 | 5 | 0 | 33 | 142 | 26 | 53 | 137 | 50 |
| Binary | 11001000 | 10010010 | 101 | 0 | 11011 | 1100010 | 10110 | 101011 | 1011111 | 101000 |
Color Harmonies of #C89205
Complementary color
Monochromatic Colors of #C89205
Black with #C89205
Text Example
Text Example
White with #C89205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89205; }
p { color: rgb(200,146,5); }
H1.HeaderClassName
{
color: #C89205;
}
.AnyTagClassName
{
color: #C89205;
}
</style>
background-color css
<style>
a { background-color: #C89205; }
a { background-color: rgb(200,146,5); }
div.DivClassName
{
background-color: #C89205;
}
.BgClassName
{
background-color: #C89205;
}
</style>
border-color css
<style>
span { border-color: #C89205; }
span { border-color: rgb(200,146,5); }
td.TdClassName
{
border-color: #C89205;
}
.TagClassName
{
border-color: #C89205;
}
</style>