Shades of Dark Goldenrod #C9820F
Tints of Dark Goldenrod #C9820F
RGB
CMYK
RGB Variations
Color information
#C9820F (or 0xC9820F) is known color: Dark Goldenrod. HEX triplet: C9, 82 and 0F. RGB value is (201,130,15). Sum of RGB (Red+Green+Blue) = 201+130+15=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9820F is #367DF0. Grayscale: #8A8A8A. Windows color (decimal): -3571185 or 1016521. OLE color: 1016521.
HSL color Cylindrical-coordinate representation of color #C9820F: hue angle of 37.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9820F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 15 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.21 |
| HSL | 37.1º | 0.86% | 0.42% | - |
| HSV(B) | 37.1º | 0.93% | 0.79% | - |
| XYZ | 32.16 | 28.42 | 4.24 | - |
| YUV | 138.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 15 | 0 | 0.35 | 0.93 | 0.21 | 37.1 | 0.86 | 0.42 |
| Hex | C9 | 82 | F | 0 | 23 | 5D | 15 | 25 | 56 | 2A |
| Octal | 311 | 202 | 17 | 0 | 43 | 135 | 25 | 45 | 126 | 52 |
| Binary | 11001001 | 10000010 | 1111 | 0 | 100011 | 1011101 | 10101 | 100101 | 1010110 | 101010 |
Color Harmonies of #C9820F
Complementary color
Monochromatic Colors of #C9820F
Black with #C9820F
Text Example
Text Example
White with #C9820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9820F; }
p { color: rgb(201,130,15); }
H1.HeaderClassName
{
color: #C9820F;
}
.AnyTagClassName
{
color: #C9820F;
}
</style>
background-color css
<style>
a { background-color: #C9820F; }
a { background-color: rgb(201,130,15); }
div.DivClassName
{
background-color: #C9820F;
}
.BgClassName
{
background-color: #C9820F;
}
</style>
border-color css
<style>
span { border-color: #C9820F; }
span { border-color: rgb(201,130,15); }
td.TdClassName
{
border-color: #C9820F;
}
.TagClassName
{
border-color: #C9820F;
}
</style>