Shades of Dark Goldenrod #C9800C
Tints of Dark Goldenrod #C9800C
RGB
CMYK
RGB Variations
Color information
#C9800C (or 0xC9800C) is known color: Dark Goldenrod. HEX triplet: C9, 80 and 0C. RGB value is (201,128,12). Sum of RGB (Red+Green+Blue) = 201+128+12=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9800C is #367FF3. Grayscale: #898989. Windows color (decimal): -3571700 or 819401. OLE color: 819401.
HSL color Cylindrical-coordinate representation of color #C9800C: hue angle of 36.83º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9800C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.21 |
| HSL | 36.83º | 0.89% | 0.42% | - |
| HSV(B) | 36.83º | 0.94% | 0.79% | - |
| XYZ | 31.87 | 27.88 | 4.05 | - |
| YUV | 136.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 12 | 0 | 0.36 | 0.94 | 0.21 | 36.83 | 0.89 | 0.42 |
| Hex | C9 | 80 | C | 0 | 24 | 5E | 15 | 25 | 59 | 2A |
| Octal | 311 | 200 | 14 | 0 | 44 | 136 | 25 | 45 | 131 | 52 |
| Binary | 11001001 | 10000000 | 1100 | 0 | 100100 | 1011110 | 10101 | 100101 | 1011001 | 101010 |
Color Harmonies of #C9800C
Complementary color
Monochromatic Colors of #C9800C
Black with #C9800C
Text Example
Text Example
White with #C9800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9800C; }
p { color: rgb(201,128,12); }
H1.HeaderClassName
{
color: #C9800C;
}
.AnyTagClassName
{
color: #C9800C;
}
</style>
background-color css
<style>
a { background-color: #C9800C; }
a { background-color: rgb(201,128,12); }
div.DivClassName
{
background-color: #C9800C;
}
.BgClassName
{
background-color: #C9800C;
}
</style>
border-color css
<style>
span { border-color: #C9800C; }
span { border-color: rgb(201,128,12); }
td.TdClassName
{
border-color: #C9800C;
}
.TagClassName
{
border-color: #C9800C;
}
</style>