Shades of Dark Goldenrod #C08214
Tints of Dark Goldenrod #C08214
RGB
CMYK
RGB Variations
Color information
#C08214 (or 0xC08214) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 14. RGB value is (192,130,20). Sum of RGB (Red+Green+Blue) = 192+130+20=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C08214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08214 is #3F7DEB. Grayscale: #888888. Windows color (decimal): -4161004 or 1344192. OLE color: 1344192.
HSL color Cylindrical-coordinate representation of color #C08214: hue angle of 38.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C08214 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 20 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.25 |
| HSL | 38.37º | 0.81% | 0.42% | - |
| HSV(B) | 38.37º | 0.9% | 0.75% | - |
| XYZ | 29.85 | 27.22 | 4.34 | - |
| YUV | 136 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 20 | 0 | 0.32 | 0.90 | 0.25 | 38.37 | 0.81 | 0.42 |
| Hex | C0 | 82 | 14 | 0 | 20 | 5A | 19 | 26 | 51 | 2A |
| Octal | 300 | 202 | 24 | 0 | 40 | 132 | 31 | 46 | 121 | 52 |
| Binary | 11000000 | 10000010 | 10100 | 0 | 100000 | 1011010 | 11001 | 100110 | 1010001 | 101010 |
Color Harmonies of #C08214
Complementary color
Monochromatic Colors of #C08214
Black with #C08214
Text Example
Text Example
White with #C08214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08214; }
p { color: rgb(192,130,20); }
H1.HeaderClassName
{
color: #C08214;
}
.AnyTagClassName
{
color: #C08214;
}
</style>
background-color css
<style>
a { background-color: #C08214; }
a { background-color: rgb(192,130,20); }
div.DivClassName
{
background-color: #C08214;
}
.BgClassName
{
background-color: #C08214;
}
</style>
border-color css
<style>
span { border-color: #C08214; }
span { border-color: rgb(192,130,20); }
td.TdClassName
{
border-color: #C08214;
}
.TagClassName
{
border-color: #C08214;
}
</style>