Shades of Dark Goldenrod #C89302
Tints of Dark Goldenrod #C89302
RGB
CMYK
RGB Variations
Color information
#C89302 (or 0xC89302) is known color: Dark Goldenrod. HEX triplet: C8, 93 and 02. RGB value is (200,147,2). Sum of RGB (Red+Green+Blue) = 200+147+2=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C89302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89302 is #376CFD. Grayscale: #929292. Windows color (decimal): -3632382 or 168904. OLE color: 168904.
HSL color Cylindrical-coordinate representation of color #C89302: hue angle of 43.94º 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 #C89302 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.22 |
| HSL | 43.94º | 0.98% | 0.4% | - |
| HSV(B) | 43.94º | 0.99% | 0.78% | - |
| XYZ | 34.26 | 33.15 | 4.65 | - |
| YUV | 146.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 2 | 0 | 0.26 | 0.99 | 0.22 | 43.94 | 0.98 | 0.4 |
| Hex | C8 | 93 | 2 | 0 | 1A | 63 | 16 | 2C | 62 | 28 |
| Octal | 310 | 223 | 2 | 0 | 32 | 143 | 26 | 54 | 142 | 50 |
| Binary | 11001000 | 10010011 | 10 | 0 | 11010 | 1100011 | 10110 | 101100 | 1100010 | 101000 |
Color Harmonies of #C89302
Complementary color
Monochromatic Colors of #C89302
Black with #C89302
Text Example
Text Example
White with #C89302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89302; }
p { color: rgb(200,147,2); }
H1.HeaderClassName
{
color: #C89302;
}
.AnyTagClassName
{
color: #C89302;
}
</style>
background-color css
<style>
a { background-color: #C89302; }
a { background-color: rgb(200,147,2); }
div.DivClassName
{
background-color: #C89302;
}
.BgClassName
{
background-color: #C89302;
}
</style>
border-color css
<style>
span { border-color: #C89302; }
span { border-color: rgb(200,147,2); }
td.TdClassName
{
border-color: #C89302;
}
.TagClassName
{
border-color: #C89302;
}
</style>