Shades of Dark Goldenrod #C28600
Tints of Dark Goldenrod #C28600
RGB
CMYK
RGB Variations
Color information
#C28600 (or 0xC28600) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 00. RGB value is (194,134,0). Sum of RGB (Red+Green+Blue) = 194+134+0=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C28600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28600 is #3D79FF. Grayscale: #898989. Windows color (decimal): -4028928 or 34498. OLE color: 34498.
HSL color Cylindrical-coordinate representation of color #C28600: hue angle of 41.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C28600 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.24 |
| HSL | 41.44º | 1% | 0.38% | - |
| HSV(B) | 41.44º | 1% | 0.76% | - |
| XYZ | 30.77 | 28.52 | 3.88 | - |
| YUV | 136.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 0 | 0 | 0.31 | 1 | 0.24 | 41.44 | 1 | 0.38 |
| Hex | C2 | 86 | 0 | 0 | 1F | 64 | 18 | 29 | 64 | 26 |
| Octal | 302 | 206 | 0 | 0 | 37 | 144 | 30 | 51 | 144 | 46 |
| Binary | 11000010 | 10000110 | 0 | 0 | 11111 | 1100100 | 11000 | 101001 | 1100100 | 100110 |
Color Harmonies of #C28600
Complementary color
Monochromatic Colors of #C28600
Black with #C28600
Text Example
Text Example
White with #C28600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28600; }
p { color: rgb(194,134,0); }
H1.HeaderClassName
{
color: #C28600;
}
.AnyTagClassName
{
color: #C28600;
}
</style>
background-color css
<style>
a { background-color: #C28600; }
a { background-color: rgb(194,134,0); }
div.DivClassName
{
background-color: #C28600;
}
.BgClassName
{
background-color: #C28600;
}
</style>
border-color css
<style>
span { border-color: #C28600; }
span { border-color: rgb(194,134,0); }
td.TdClassName
{
border-color: #C28600;
}
.TagClassName
{
border-color: #C28600;
}
</style>