Shades of Dark Goldenrod #C08613
Tints of Dark Goldenrod #C08613
RGB
CMYK
RGB Variations
Color information
#C08613 (or 0xC08613) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 13. RGB value is (192,134,19). Sum of RGB (Red+Green+Blue) = 192+134+19=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C08613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08613 is #3F79EC. Grayscale: #8A8A8A. Windows color (decimal): -4159981 or 1279680. OLE color: 1279680.
HSL color Cylindrical-coordinate representation of color #C08613: hue angle of 39.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C08613 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 19 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.25 |
| HSL | 39.88º | 0.82% | 0.41% | - |
| HSV(B) | 39.88º | 0.9% | 0.75% | - |
| XYZ | 30.38 | 28.3 | 4.48 | - |
| YUV | 138.23 | 60.72 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 19 | 0 | 0.30 | 0.90 | 0.25 | 39.88 | 0.82 | 0.41 |
| Hex | C0 | 86 | 13 | 0 | 1E | 5A | 19 | 28 | 52 | 29 |
| Octal | 300 | 206 | 23 | 0 | 36 | 132 | 31 | 50 | 122 | 51 |
| Binary | 11000000 | 10000110 | 10011 | 0 | 11110 | 1011010 | 11001 | 101000 | 1010010 | 101001 |
Color Harmonies of #C08613
Complementary color
Monochromatic Colors of #C08613
Black with #C08613
Text Example
Text Example
White with #C08613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08613; }
p { color: rgb(192,134,19); }
H1.HeaderClassName
{
color: #C08613;
}
.AnyTagClassName
{
color: #C08613;
}
</style>
background-color css
<style>
a { background-color: #C08613; }
a { background-color: rgb(192,134,19); }
div.DivClassName
{
background-color: #C08613;
}
.BgClassName
{
background-color: #C08613;
}
</style>
border-color css
<style>
span { border-color: #C08613; }
span { border-color: rgb(192,134,19); }
td.TdClassName
{
border-color: #C08613;
}
.TagClassName
{
border-color: #C08613;
}
</style>