Shades of Dark Goldenrod #C89403
Tints of Dark Goldenrod #C89403
RGB
CMYK
RGB Variations
Color information
#C89403 (or 0xC89403) is known color: Dark Goldenrod. HEX triplet: C8, 94 and 03. RGB value is (200,148,3). Sum of RGB (Red+Green+Blue) = 200+148+3=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C89403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89403 is #376BFC. Grayscale: #939393. Windows color (decimal): -3632125 or 234696. OLE color: 234696.
HSL color Cylindrical-coordinate representation of color #C89403: hue angle of 44.16º degrees, saturation: 0.97, 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 #C89403 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.22 |
| HSL | 44.16º | 0.97% | 0.4% | - |
| HSV(B) | 44.16º | 0.99% | 0.78% | - |
| XYZ | 34.43 | 33.47 | 4.73 | - |
| YUV | 147.02 | 46.73 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 3 | 0 | 0.26 | 0.98 | 0.22 | 44.16 | 0.97 | 0.4 |
| Hex | C8 | 94 | 3 | 0 | 1A | 62 | 16 | 2C | 61 | 28 |
| Octal | 310 | 224 | 3 | 0 | 32 | 142 | 26 | 54 | 141 | 50 |
| Binary | 11001000 | 10010100 | 11 | 0 | 11010 | 1100010 | 10110 | 101100 | 1100001 | 101000 |
Color Harmonies of #C89403
Complementary color
Monochromatic Colors of #C89403
Black with #C89403
Text Example
Text Example
White with #C89403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89403; }
p { color: rgb(200,148,3); }
H1.HeaderClassName
{
color: #C89403;
}
.AnyTagClassName
{
color: #C89403;
}
</style>
background-color css
<style>
a { background-color: #C89403; }
a { background-color: rgb(200,148,3); }
div.DivClassName
{
background-color: #C89403;
}
.BgClassName
{
background-color: #C89403;
}
</style>
border-color css
<style>
span { border-color: #C89403; }
span { border-color: rgb(200,148,3); }
td.TdClassName
{
border-color: #C89403;
}
.TagClassName
{
border-color: #C89403;
}
</style>