Shades of Dark Goldenrod #C9840D
Tints of Dark Goldenrod #C9840D
RGB
CMYK
RGB Variations
Color information
#C9840D (or 0xC9840D) is known color: Dark Goldenrod. HEX triplet: C9, 84 and 0D. RGB value is (201,132,13). Sum of RGB (Red+Green+Blue) = 201+132+13=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9840D is #367BF2. Grayscale: #8B8B8B. Windows color (decimal): -3570675 or 885961. OLE color: 885961.
HSL color Cylindrical-coordinate representation of color #C9840D: hue angle of 37.98º 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 #C9840D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.21 |
| HSL | 37.98º | 0.88% | 0.42% | - |
| HSV(B) | 37.98º | 0.94% | 0.79% | - |
| XYZ | 32.41 | 28.95 | 4.26 | - |
| YUV | 139.07 | 56.86 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 13 | 0 | 0.34 | 0.94 | 0.21 | 37.98 | 0.88 | 0.42 |
| Hex | C9 | 84 | D | 0 | 22 | 5E | 15 | 26 | 58 | 2A |
| Octal | 311 | 204 | 15 | 0 | 42 | 136 | 25 | 46 | 130 | 52 |
| Binary | 11001001 | 10000100 | 1101 | 0 | 100010 | 1011110 | 10101 | 100110 | 1011000 | 101010 |
Color Harmonies of #C9840D
Complementary color
Monochromatic Colors of #C9840D
Black with #C9840D
Text Example
Text Example
White with #C9840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9840D; }
p { color: rgb(201,132,13); }
H1.HeaderClassName
{
color: #C9840D;
}
.AnyTagClassName
{
color: #C9840D;
}
</style>
background-color css
<style>
a { background-color: #C9840D; }
a { background-color: rgb(201,132,13); }
div.DivClassName
{
background-color: #C9840D;
}
.BgClassName
{
background-color: #C9840D;
}
</style>
border-color css
<style>
span { border-color: #C9840D; }
span { border-color: rgb(201,132,13); }
td.TdClassName
{
border-color: #C9840D;
}
.TagClassName
{
border-color: #C9840D;
}
</style>