Shades of Dark Goldenrod #C98409
Tints of Dark Goldenrod #C98409
RGB
CMYK
RGB Variations
Color information
#C98409 (or 0xC98409) is known color: Dark Goldenrod. HEX triplet: C9, 84 and 09. RGB value is (201,132,9). Sum of RGB (Red+Green+Blue) = 201+132+9=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C98409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98409 is #367BF6. Grayscale: #8B8B8B. Windows color (decimal): -3570679 or 623817. OLE color: 623817.
HSL color Cylindrical-coordinate representation of color #C98409: hue angle of 38.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C98409 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.21 |
| HSL | 38.44º | 0.91% | 0.41% | - |
| HSV(B) | 38.44º | 0.96% | 0.79% | - |
| XYZ | 32.39 | 28.94 | 4.14 | - |
| YUV | 138.61 | 54.86 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 9 | 0 | 0.34 | 0.96 | 0.21 | 38.44 | 0.91 | 0.41 |
| Hex | C9 | 84 | 9 | 0 | 22 | 60 | 15 | 26 | 5B | 29 |
| Octal | 311 | 204 | 11 | 0 | 42 | 140 | 25 | 46 | 133 | 51 |
| Binary | 11001001 | 10000100 | 1001 | 0 | 100010 | 1100000 | 10101 | 100110 | 1011011 | 101001 |
Color Harmonies of #C98409
Complementary color
Monochromatic Colors of #C98409
Black with #C98409
Text Example
Text Example
White with #C98409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98409; }
p { color: rgb(201,132,9); }
H1.HeaderClassName
{
color: #C98409;
}
.AnyTagClassName
{
color: #C98409;
}
</style>
background-color css
<style>
a { background-color: #C98409; }
a { background-color: rgb(201,132,9); }
div.DivClassName
{
background-color: #C98409;
}
.BgClassName
{
background-color: #C98409;
}
</style>
border-color css
<style>
span { border-color: #C98409; }
span { border-color: rgb(201,132,9); }
td.TdClassName
{
border-color: #C98409;
}
.TagClassName
{
border-color: #C98409;
}
</style>