Shades of Dark Goldenrod #C98300
Tints of Dark Goldenrod #C98300
RGB
CMYK
RGB Variations
Color information
#C98300 (or 0xC98300) is known color: Dark Goldenrod. HEX triplet: C9, 83 and 00. RGB value is (201,131,0). Sum of RGB (Red+Green+Blue) = 201+131+0=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C98300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98300 is #367CFF. Grayscale: #898989. Windows color (decimal): -3570944 or 33737. OLE color: 33737.
HSL color Cylindrical-coordinate representation of color #C98300: hue angle of 39.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C98300 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.21 |
| HSL | 39.1º | 1% | 0.39% | - |
| HSV(B) | 39.1º | 1% | 0.79% | - |
| XYZ | 32.2 | 28.65 | 3.83 | - |
| YUV | 137 | 50.69 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 0 | 0 | 0.35 | 1 | 0.21 | 39.1 | 1 | 0.39 |
| Hex | C9 | 83 | 0 | 0 | 23 | 64 | 15 | 27 | 64 | 27 |
| Octal | 311 | 203 | 0 | 0 | 43 | 144 | 25 | 47 | 144 | 47 |
| Binary | 11001001 | 10000011 | 0 | 0 | 100011 | 1100100 | 10101 | 100111 | 1100100 | 100111 |
Color Harmonies of #C98300
Complementary color
Monochromatic Colors of #C98300
Black with #C98300
Text Example
Text Example
White with #C98300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98300; }
p { color: rgb(201,131,0); }
H1.HeaderClassName
{
color: #C98300;
}
.AnyTagClassName
{
color: #C98300;
}
</style>
background-color css
<style>
a { background-color: #C98300; }
a { background-color: rgb(201,131,0); }
div.DivClassName
{
background-color: #C98300;
}
.BgClassName
{
background-color: #C98300;
}
</style>
border-color css
<style>
span { border-color: #C98300; }
span { border-color: rgb(201,131,0); }
td.TdClassName
{
border-color: #C98300;
}
.TagClassName
{
border-color: #C98300;
}
</style>