Shades of Dark Goldenrod #C9820A
Tints of Dark Goldenrod #C9820A
RGB
CMYK
RGB Variations
Color information
#C9820A (or 0xC9820A) is known color: Dark Goldenrod. HEX triplet: C9, 82 and 0A. RGB value is (201,130,10). Sum of RGB (Red+Green+Blue) = 201+130+10=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9820A is #367DF5. Grayscale: #8A8A8A. Windows color (decimal): -3571190 or 688841. OLE color: 688841.
HSL color Cylindrical-coordinate representation of color #C9820A: hue angle of 37.7º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9820A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.21 |
| HSL | 37.7º | 0.91% | 0.41% | - |
| HSV(B) | 37.7º | 0.95% | 0.79% | - |
| XYZ | 32.12 | 28.4 | 4.08 | - |
| YUV | 137.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 10 | 0 | 0.35 | 0.95 | 0.21 | 37.7 | 0.91 | 0.41 |
| Hex | C9 | 82 | A | 0 | 23 | 5F | 15 | 26 | 5B | 29 |
| Octal | 311 | 202 | 12 | 0 | 43 | 137 | 25 | 46 | 133 | 51 |
| Binary | 11001001 | 10000010 | 1010 | 0 | 100011 | 1011111 | 10101 | 100110 | 1011011 | 101001 |
Color Harmonies of #C9820A
Complementary color
Monochromatic Colors of #C9820A
Black with #C9820A
Text Example
Text Example
White with #C9820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9820A; }
p { color: rgb(201,130,10); }
H1.HeaderClassName
{
color: #C9820A;
}
.AnyTagClassName
{
color: #C9820A;
}
</style>
background-color css
<style>
a { background-color: #C9820A; }
a { background-color: rgb(201,130,10); }
div.DivClassName
{
background-color: #C9820A;
}
.BgClassName
{
background-color: #C9820A;
}
</style>
border-color css
<style>
span { border-color: #C9820A; }
span { border-color: rgb(201,130,10); }
td.TdClassName
{
border-color: #C9820A;
}
.TagClassName
{
border-color: #C9820A;
}
</style>