Shades of Dark Goldenrod #C28605
Tints of Dark Goldenrod #C28605
RGB
CMYK
RGB Variations
Color information
#C28605 (or 0xC28605) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 05. RGB value is (194,134,5). Sum of RGB (Red+Green+Blue) = 194+134+5=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C28605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28605 is #3D79FA. Grayscale: #898989. Windows color (decimal): -4028923 or 362178. OLE color: 362178.
HSL color Cylindrical-coordinate representation of color #C28605: hue angle of 40.95º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C28605 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.24 |
| HSL | 40.95º | 0.95% | 0.39% | - |
| HSV(B) | 40.95º | 0.97% | 0.76% | - |
| XYZ | 30.8 | 28.53 | 4.03 | - |
| YUV | 137.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 5 | 0 | 0.31 | 0.97 | 0.24 | 40.95 | 0.95 | 0.39 |
| Hex | C2 | 86 | 5 | 0 | 1F | 61 | 18 | 29 | 5F | 27 |
| Octal | 302 | 206 | 5 | 0 | 37 | 141 | 30 | 51 | 137 | 47 |
| Binary | 11000010 | 10000110 | 101 | 0 | 11111 | 1100001 | 11000 | 101001 | 1011111 | 100111 |
Color Harmonies of #C28605
Complementary color
Monochromatic Colors of #C28605
Black with #C28605
Text Example
Text Example
White with #C28605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28605; }
p { color: rgb(194,134,5); }
H1.HeaderClassName
{
color: #C28605;
}
.AnyTagClassName
{
color: #C28605;
}
</style>
background-color css
<style>
a { background-color: #C28605; }
a { background-color: rgb(194,134,5); }
div.DivClassName
{
background-color: #C28605;
}
.BgClassName
{
background-color: #C28605;
}
</style>
border-color css
<style>
span { border-color: #C28605; }
span { border-color: rgb(194,134,5); }
td.TdClassName
{
border-color: #C28605;
}
.TagClassName
{
border-color: #C28605;
}
</style>