Shades of Dark Goldenrod #C89406
Tints of Dark Goldenrod #C89406
RGB
CMYK
RGB Variations
Color information
#C89406 (or 0xC89406) is known color: Dark Goldenrod. HEX triplet: C8, 94 and 06. RGB value is (200,148,6). Sum of RGB (Red+Green+Blue) = 200+148+6=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C89406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89406 is #376BF9. Grayscale: #939393. Windows color (decimal): -3632122 or 431304. OLE color: 431304.
HSL color Cylindrical-coordinate representation of color #C89406: hue angle of 43.92º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C89406 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 6 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.22 |
| HSL | 43.92º | 0.94% | 0.4% | - |
| HSV(B) | 43.92º | 0.97% | 0.78% | - |
| XYZ | 34.44 | 33.47 | 4.82 | - |
| YUV | 147.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 6 | 0 | 0.26 | 0.97 | 0.22 | 43.92 | 0.94 | 0.4 |
| Hex | C8 | 94 | 6 | 0 | 1A | 61 | 16 | 2C | 5E | 28 |
| Octal | 310 | 224 | 6 | 0 | 32 | 141 | 26 | 54 | 136 | 50 |
| Binary | 11001000 | 10010100 | 110 | 0 | 11010 | 1100001 | 10110 | 101100 | 1011110 | 101000 |
Color Harmonies of #C89406
Complementary color
Monochromatic Colors of #C89406
Black with #C89406
Text Example
Text Example
White with #C89406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89406; }
p { color: rgb(200,148,6); }
H1.HeaderClassName
{
color: #C89406;
}
.AnyTagClassName
{
color: #C89406;
}
</style>
background-color css
<style>
a { background-color: #C89406; }
a { background-color: rgb(200,148,6); }
div.DivClassName
{
background-color: #C89406;
}
.BgClassName
{
background-color: #C89406;
}
</style>
border-color css
<style>
span { border-color: #C89406; }
span { border-color: rgb(200,148,6); }
td.TdClassName
{
border-color: #C89406;
}
.TagClassName
{
border-color: #C89406;
}
</style>