Shades of Dark Goldenrod #C98F0D
Tints of Dark Goldenrod #C98F0D
RGB
CMYK
RGB Variations
Color information
#C98F0D (or 0xC98F0D) is known color: Dark Goldenrod. HEX triplet: C9, 8F and 0D. RGB value is (201,143,13). Sum of RGB (Red+Green+Blue) = 201+143+13=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98F0D is #3670F2. Grayscale: #929292. Windows color (decimal): -3567859 or 888777. OLE color: 888777.
HSL color Cylindrical-coordinate representation of color #C98F0D: hue angle of 41.49º degrees, saturation: 0.88, 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 #C98F0D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.21 |
| HSL | 41.49º | 0.88% | 0.42% | - |
| HSV(B) | 41.49º | 0.94% | 0.79% | - |
| XYZ | 33.98 | 32.09 | 4.78 | - |
| YUV | 145.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 13 | 0 | 0.29 | 0.94 | 0.21 | 41.49 | 0.88 | 0.42 |
| Hex | C9 | 8F | D | 0 | 1D | 5E | 15 | 29 | 58 | 2A |
| Octal | 311 | 217 | 15 | 0 | 35 | 136 | 25 | 51 | 130 | 52 |
| Binary | 11001001 | 10001111 | 1101 | 0 | 11101 | 1011110 | 10101 | 101001 | 1011000 | 101010 |
Color Harmonies of #C98F0D
Complementary color
Monochromatic Colors of #C98F0D
Black with #C98F0D
Text Example
Text Example
White with #C98F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F0D; }
p { color: rgb(201,143,13); }
H1.HeaderClassName
{
color: #C98F0D;
}
.AnyTagClassName
{
color: #C98F0D;
}
</style>
background-color css
<style>
a { background-color: #C98F0D; }
a { background-color: rgb(201,143,13); }
div.DivClassName
{
background-color: #C98F0D;
}
.BgClassName
{
background-color: #C98F0D;
}
</style>
border-color css
<style>
span { border-color: #C98F0D; }
span { border-color: rgb(201,143,13); }
td.TdClassName
{
border-color: #C98F0D;
}
.TagClassName
{
border-color: #C98F0D;
}
</style>