Shades of Dark Goldenrod #C89305
Tints of Dark Goldenrod #C89305
RGB
CMYK
RGB Variations
Color information
#C89305 (or 0xC89305) is known color: Dark Goldenrod. HEX triplet: C8, 93 and 05. RGB value is (200,147,5). Sum of RGB (Red+Green+Blue) = 200+147+5=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C89305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89305 is #376CFA. Grayscale: #939393. Windows color (decimal): -3632379 or 365512. OLE color: 365512.
HSL color Cylindrical-coordinate representation of color #C89305: hue angle of 43.69º 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 #C89305 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.22 |
| HSL | 43.69º | 0.95% | 0.4% | - |
| HSV(B) | 43.69º | 0.98% | 0.78% | - |
| XYZ | 34.28 | 33.16 | 4.74 | - |
| YUV | 146.66 | 48.06 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 5 | 0 | 0.26 | 0.98 | 0.22 | 43.69 | 0.95 | 0.4 |
| Hex | C8 | 93 | 5 | 0 | 1A | 62 | 16 | 2C | 5F | 28 |
| Octal | 310 | 223 | 5 | 0 | 32 | 142 | 26 | 54 | 137 | 50 |
| Binary | 11001000 | 10010011 | 101 | 0 | 11010 | 1100010 | 10110 | 101100 | 1011111 | 101000 |
Color Harmonies of #C89305
Complementary color
Monochromatic Colors of #C89305
Black with #C89305
Text Example
Text Example
White with #C89305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89305; }
p { color: rgb(200,147,5); }
H1.HeaderClassName
{
color: #C89305;
}
.AnyTagClassName
{
color: #C89305;
}
</style>
background-color css
<style>
a { background-color: #C89305; }
a { background-color: rgb(200,147,5); }
div.DivClassName
{
background-color: #C89305;
}
.BgClassName
{
background-color: #C89305;
}
</style>
border-color css
<style>
span { border-color: #C89305; }
span { border-color: rgb(200,147,5); }
td.TdClassName
{
border-color: #C89305;
}
.TagClassName
{
border-color: #C89305;
}
</style>