Shades of Dark Goldenrod #C0820D
Tints of Dark Goldenrod #C0820D
RGB
CMYK
RGB Variations
Color information
#C0820D (or 0xC0820D) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 0D. RGB value is (192,130,13). Sum of RGB (Red+Green+Blue) = 192+130+13=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0820D is #3F7DF2. Grayscale: #878787. Windows color (decimal): -4161011 or 885440. OLE color: 885440.
HSL color Cylindrical-coordinate representation of color #C0820D: hue angle of 39.22º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0820D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.25 |
| HSL | 39.22º | 0.87% | 0.4% | - |
| HSV(B) | 39.22º | 0.93% | 0.75% | - |
| XYZ | 29.79 | 27.2 | 4.06 | - |
| YUV | 135.2 | 59.04 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 13 | 0 | 0.32 | 0.93 | 0.25 | 39.22 | 0.87 | 0.4 |
| Hex | C0 | 82 | D | 0 | 20 | 5D | 19 | 27 | 57 | 28 |
| Octal | 300 | 202 | 15 | 0 | 40 | 135 | 31 | 47 | 127 | 50 |
| Binary | 11000000 | 10000010 | 1101 | 0 | 100000 | 1011101 | 11001 | 100111 | 1010111 | 101000 |
Color Harmonies of #C0820D
Complementary color
Monochromatic Colors of #C0820D
Black with #C0820D
Text Example
Text Example
White with #C0820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0820D; }
p { color: rgb(192,130,13); }
H1.HeaderClassName
{
color: #C0820D;
}
.AnyTagClassName
{
color: #C0820D;
}
</style>
background-color css
<style>
a { background-color: #C0820D; }
a { background-color: rgb(192,130,13); }
div.DivClassName
{
background-color: #C0820D;
}
.BgClassName
{
background-color: #C0820D;
}
</style>
border-color css
<style>
span { border-color: #C0820D; }
span { border-color: rgb(192,130,13); }
td.TdClassName
{
border-color: #C0820D;
}
.TagClassName
{
border-color: #C0820D;
}
</style>